diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-04 15:18:13 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-04 15:18:13 +0000 |
commit | 2cf4521d484a15f5595fa0db38b1fed6e68714e0 (patch) | |
tree | 3d59b0a266c30b04da476912c7fcea1420767337 /sys-apps/hwsetup | |
parent | Replace filtering of -Wl,--as-needed with function from flag-o-matic eclass. (diff) | |
download | gentoo-2-2cf4521d484a15f5595fa0db38b1fed6e68714e0.tar.gz gentoo-2-2cf4521d484a15f5595fa0db38b1fed6e68714e0.tar.bz2 gentoo-2-2cf4521d484a15f5595fa0db38b1fed6e68714e0.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 'sys-apps/hwsetup')
-rw-r--r-- | sys-apps/hwsetup/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hwsetup/hwsetup-1.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/hwsetup/ChangeLog b/sys-apps/hwsetup/ChangeLog index c22f47171e6d..40c92af8d82c 100644 --- a/sys-apps/hwsetup/ChangeLog +++ b/sys-apps/hwsetup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hwsetup # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.60 2009/06/16 12:04:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.61 2009/10/04 15:18:13 ssuominen Exp $ + + 04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> hwsetup-1.2.ebuild: + Replace filtering of -Wl,--as-needed with function from flag-o-matic + eclass. 16 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> hwsetup-1.2-r1.ebuild: diff --git a/sys-apps/hwsetup/hwsetup-1.2.ebuild b/sys-apps/hwsetup/hwsetup-1.2.ebuild index 6582462cf582..e7ff4571a310 100644 --- a/sys-apps/hwsetup/hwsetup-1.2.ebuild +++ b/sys-apps/hwsetup/hwsetup-1.2.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/sys-apps/hwsetup/hwsetup-1.2.ebuild,v 1.11 2008/04/25 23:56:09 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v 1.12 2009/10/04 15:18:13 ssuominen Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -33,7 +33,7 @@ src_unpack() { src_compile() { append-ldflags -s - filter-ldflags -Wl,--as-needed --as-needed + append-ldflags $(no-as-needed) if use zlib then append-ldflags -lz |