diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-05 16:07:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-05 16:07:56 +0000 |
commit | e0ff510acb54e40a9cd948e4aed174daca906a90 (patch) | |
tree | 85ee41016bf9599e50fd7e3fff6f6b17eee00296 /net-proxy/squidclamav | |
parent | Fixed typo qemu_softmmu_target{,s}_. (diff) | |
download | gentoo-2-e0ff510acb54e40a9cd948e4aed174daca906a90.tar.gz gentoo-2-e0ff510acb54e40a9cd948e4aed174daca906a90.tar.bz2 gentoo-2-e0ff510acb54e40a9cd948e4aed174daca906a90.zip |
Make it explicit that we only want the shared object. Thanks to Martin Stockinger in bug #441852.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'net-proxy/squidclamav')
-rw-r--r-- | net-proxy/squidclamav/ChangeLog | 6 | ||||
-rw-r--r-- | net-proxy/squidclamav/squidclamav-6.10.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/net-proxy/squidclamav/ChangeLog b/net-proxy/squidclamav/ChangeLog index a82743d85709..412c945c3b31 100644 --- a/net-proxy/squidclamav/ChangeLog +++ b/net-proxy/squidclamav/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-proxy/squidclamav # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/ChangeLog,v 1.29 2012/10/28 21:51:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/ChangeLog,v 1.30 2012/11/05 16:07:56 flameeyes Exp $ + + 05 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> squidclamav-6.10.ebuild: + Make it explicit that we only want the shared object. Thanks to Martin + Stockinger in bug #441852. *squidclamav-6.10 (28 Oct 2012) diff --git a/net-proxy/squidclamav/squidclamav-6.10.ebuild b/net-proxy/squidclamav/squidclamav-6.10.ebuild index 016ff3be920f..ae8676fc5e22 100644 --- a/net-proxy/squidclamav/squidclamav-6.10.ebuild +++ b/net-proxy/squidclamav/squidclamav-6.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/squidclamav-6.10.ebuild,v 1.1 2012/10/28 21:51:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/squidclamav-6.10.ebuild,v 1.2 2012/11/05 16:07:56 flameeyes Exp $ EAPI=4 @@ -26,6 +26,10 @@ src_prepare() { elibtoolize } +src_configure() { + econf --disable-static --enable-shared +} + src_install() { emake DESTDIR="${D}" install find "${D}" -name '*.la' -delete || die |