diff options
Diffstat (limited to 'dev-lisp/sbcl/sbcl-1.0.13.ebuild')
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/sbcl/sbcl-1.0.13.ebuild b/dev-lisp/sbcl/sbcl-1.0.13.ebuild index f18bc7096e21..d2691d11ae22 100644 --- a/dev-lisp/sbcl/sbcl-1.0.13.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.13.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.13.ebuild,v 1.1 2008/01/01 23:58:31 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.13.ebuild,v 1.2 2008/11/16 16:31:39 flameeyes Exp $ inherit common-lisp-common-3 eutils flag-o-matic @@ -113,7 +113,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 |