diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-16 16:31:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-16 16:31:39 +0000 |
commit | 8723f4c86815d73868f982c19d9187dab9457fc3 (patch) | |
tree | b6cbdfc0b05e153f983189b37a01826b4fc49956 /dev-lisp/sbcl/sbcl-1.0.19.ebuild | |
parent | Correct --as-needed filtering and list a bug number for it. (diff) | |
download | gentoo-2-8723f4c86815d73868f982c19d9187dab9457fc3.tar.gz gentoo-2-8723f4c86815d73868f982c19d9187dab9457fc3.tar.bz2 gentoo-2-8723f4c86815d73868f982c19d9187dab9457fc3.zip |
Correct --as-needed filtering.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'dev-lisp/sbcl/sbcl-1.0.19.ebuild')
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/sbcl/sbcl-1.0.19.ebuild b/dev-lisp/sbcl/sbcl-1.0.19.ebuild index 1afb0808c047..d04a0d1233f5 100644 --- a/dev-lisp/sbcl/sbcl-1.0.19.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild,v 1.2 2008/08/03 14:41:12 pchrist Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild,v 1.3 2008/11/16 16:31:39 flameeyes Exp $ inherit common-lisp-common-3 eutils flag-o-matic @@ -121,7 +121,7 @@ src_unpack() { src_compile() { local bindir="${WORKDIR}"/sbcl-binary - filter-ldflags -Wl,--as-needed --as-needed # see Bug #132992 + append-ldflags -Wl,--no-as-needed # see Bug #132992 # clear the environment to get rid of non-ASCII strings, see bug 174702 # set HOME for paludis |