diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-04 15:06:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-04 15:06:41 +0000 |
commit | bf936e391ec3c055961dc0d4bbfdaaaa6c304953 (patch) | |
tree | b8665e281dcdad77166127cbce9843588bfad32c /dev-libs/dvxml | |
parent | Replace -Wl,--no-as-needed with function from flag-o-matic eclass. (diff) | |
download | gentoo-2-bf936e391ec3c055961dc0d4bbfdaaaa6c304953.tar.gz gentoo-2-bf936e391ec3c055961dc0d4bbfdaaaa6c304953.tar.bz2 gentoo-2-bf936e391ec3c055961dc0d4bbfdaaaa6c304953.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 'dev-libs/dvxml')
-rw-r--r-- | dev-libs/dvxml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/dvxml/dvxml-0.1.7.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/dvxml/ChangeLog b/dev-libs/dvxml/ChangeLog index aefb2c7c15cd..145c9be3e753 100644 --- a/dev-libs/dvxml/ChangeLog +++ b/dev-libs/dvxml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/dvxml -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvxml/ChangeLog,v 1.13 2008/02/01 04:49:00 halcy0n Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvxml/ChangeLog,v 1.14 2009/10/04 15:06:41 ssuominen Exp $ + + 04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> dvxml-0.1.7.ebuild: + Replace filtering of -Wl,--as-needed with function from flag-o-matic + eclass. *dvxml-0.1.7 (01 Feb 2008) diff --git a/dev-libs/dvxml/dvxml-0.1.7.ebuild b/dev-libs/dvxml/dvxml-0.1.7.ebuild index 579a9e3e21f3..514009b9f23f 100644 --- a/dev-libs/dvxml/dvxml-0.1.7.ebuild +++ b/dev-libs/dvxml/dvxml-0.1.7.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/dvxml/dvxml-0.1.7.ebuild,v 1.1 2008/02/01 04:49:00 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvxml/dvxml-0.1.7.ebuild,v 1.2 2009/10/04 15:06:41 ssuominen Exp $ inherit eutils flag-o-matic @@ -25,7 +25,7 @@ src_unpack() { sed -i 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' Makefile.in || \ die "sed Makefile.in failed" - filter-ldflags -Wl,--as-needed + append-ldflags $(no-as-needed) } src_install() { |