diff options
author | 2009-10-04 15:13:45 +0000 | |
---|---|---|
committer | 2009-10-04 15:13:45 +0000 | |
commit | 8daf70315b9f0fcbb4f7f93a9e42ce0cac7491d1 (patch) | |
tree | 3d0eaa89ff50ba46dff84a5631611b6af99f657f /net-p2p | |
parent | Replace filtering of -Wl,--as-needed with function from flag-o-matic eclass. (diff) | |
download | gentoo-2-8daf70315b9f0fcbb4f7f93a9e42ce0cac7491d1.tar.gz gentoo-2-8daf70315b9f0fcbb4f7f93a9e42ce0cac7491d1.tar.bz2 gentoo-2-8daf70315b9f0fcbb4f7f93a9e42ce0cac7491d1.zip |
Replace filtering of -Wl,--as-needed with function from flag-o-matic eclass.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/btg/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/btg/btg-0.9.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/btg/ChangeLog b/net-p2p/btg/ChangeLog index 62433c675c42..a20edbd002eb 100644 --- a/net-p2p/btg/ChangeLog +++ b/net-p2p/btg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/btg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/btg/ChangeLog,v 1.15 2009/07/11 15:46:26 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/btg/ChangeLog,v 1.16 2009/10/04 15:13:45 ssuominen Exp $ + + 04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> btg-0.9.7.ebuild: + Replace filtering of -Wl,--as-needed with function from flag-o-matic + eclass. *btg-1.0.0-r1 (11 Jul 2009) diff --git a/net-p2p/btg/btg-0.9.7.ebuild b/net-p2p/btg/btg-0.9.7.ebuild index 23a6e00dbcc4..ae95d1ffa11c 100644 --- a/net-p2p/btg/btg-0.9.7.ebuild +++ b/net-p2p/btg/btg-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/btg/btg-0.9.7.ebuild,v 1.4 2009/02/16 00:26:18 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/btg/btg-0.9.7.ebuild,v 1.5 2009/10/04 15:13:45 ssuominen Exp $ EAPI=1 @@ -41,7 +41,7 @@ src_unpack() { } src_compile() { - filter-ldflags -Wl,--as-needed --as-needed + append-ldflags $(no-as-needed) econf \ $(use_enable debug) \ |