summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-05-11 15:58:19 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-05-11 15:58:19 +0000
commit330f03913006a7662364a15b225d3747bf7ebdce (patch)
tree22a75e6e83ce6d3b966df69fcf5789e026f2d0bf /dev-lisp/sbcl
parentStable on alpha wrt bug #132702 (diff)
downloadgentoo-2-330f03913006a7662364a15b225d3747bf7ebdce.tar.gz
gentoo-2-330f03913006a7662364a15b225d3747bf7ebdce.tar.bz2
gentoo-2-330f03913006a7662364a15b225d3747bf7ebdce.zip
Strip --as-needed from LDFLAGS; Resolves Bug #132992.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'dev-lisp/sbcl')
-rw-r--r--dev-lisp/sbcl/ChangeLog5
-rw-r--r--dev-lisp/sbcl/sbcl-0.9.12.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog
index ed5b4666683a..1ce1acb9d61a 100644
--- a/dev-lisp/sbcl/ChangeLog
+++ b/dev-lisp/sbcl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/sbcl
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.88 2006/04/29 05:55:34 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.89 2006/05/11 15:58:19 mkennedy Exp $
+
+ 11 May 2006; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.9.12.ebuild:
+ Strip --as-needed from LDFLAGS; Resolves Bug #132992.
29 Apr 2006; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.9.12.ebuild:
Correct incomplete texinfo documentation installation.
diff --git a/dev-lisp/sbcl/sbcl-0.9.12.ebuild b/dev-lisp/sbcl/sbcl-0.9.12.ebuild
index 3a10d4f822ab..2f48f1dfc445 100644
--- a/dev-lisp/sbcl/sbcl-0.9.12.ebuild
+++ b/dev-lisp/sbcl/sbcl-0.9.12.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.9.12.ebuild,v 1.2 2006/04/29 05:55:34 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.9.12.ebuild,v 1.3 2006/05/11 15:58:19 mkennedy Exp $
-inherit common-lisp-common-2 eutils
+inherit common-lisp-common-2 eutils flag-o-matic
BV_X86=0.9.8
BV_PPC=0.8.15
@@ -128,6 +128,8 @@ EOF
src_compile() {
local bindir="${WORKDIR}/sbcl-binary"
+ filter-ldflags -Wl,--as-needed --as-needed # see Bug #132992
+
LANG=C PATH=${bindir}/src/runtime:${PATH} SBCL_HOME=${bindir}/output GNUMAKE=make \
./make.sh 'sbcl
--sysinit /dev/null