diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-04 14:47:56 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-04 14:47:56 +0000 |
commit | 822b32cced57ead2288511568f779a402b944719 (patch) | |
tree | 1180e4853984ff901cb1d6d80f6747bf54e6625e /dev-libs/yaz++ | |
parent | Replace -Wl,--no-as-needed with function from flag-o-matic eclass. (diff) | |
download | historical-822b32cced57ead2288511568f779a402b944719.tar.gz historical-822b32cced57ead2288511568f779a402b944719.tar.bz2 historical-822b32cced57ead2288511568f779a402b944719.zip |
Replace -Wl,--no-as-needed with function from flag-o-matic eclass.
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/yaz++')
-rw-r--r-- | dev-libs/yaz++/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/yaz++/yaz++-1.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/yaz++/ChangeLog b/dev-libs/yaz++/ChangeLog index e6e7471c4e21..70145d4b33d0 100644 --- a/dev-libs/yaz++/ChangeLog +++ b/dev-libs/yaz++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/yaz++ -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz++/ChangeLog,v 1.6 2008/04/21 19:11:56 drac Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz++/ChangeLog,v 1.7 2009/10/04 14:43:52 ssuominen Exp $ + + 04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> yaz++-1.1.0.ebuild: + Replace -Wl,--no-as-needed with function from flag-o-matic eclass. *yaz++-1.1.0 (21 Apr 2008) diff --git a/dev-libs/yaz++/yaz++-1.1.0.ebuild b/dev-libs/yaz++/yaz++-1.1.0.ebuild index 58d191444236..13df9dd61df0 100644 --- a/dev-libs/yaz++/yaz++-1.1.0.ebuild +++ b/dev-libs/yaz++/yaz++-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz++/yaz++-1.1.0.ebuild,v 1.1 2008/04/21 19:11:56 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz++/yaz++-1.1.0.ebuild,v 1.2 2009/10/04 14:43:52 ssuominen Exp $ inherit eutils autotools flag-o-matic @@ -26,7 +26,7 @@ src_unpack() { } src_compile() { - append-ldflags -Wl,--no-as-needed # FIXME. + append-ldflags $(no-as-needed) econf emake || die "emake failed" } |