diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-04 14:30:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-04 14:30:52 +0000 |
commit | a46744318bd95637b3778c13518af4e8dfca8937 (patch) | |
tree | 4775a227239cb4c4cb32b9a9a32e4e9535eccd11 /net-mail/email | |
parent | Replace -Wl,--no-as-needed with function from flag-o-matic eclass. And also r... (diff) | |
download | gentoo-2-a46744318bd95637b3778c13518af4e8dfca8937.tar.gz gentoo-2-a46744318bd95637b3778c13518af4e8dfca8937.tar.bz2 gentoo-2-a46744318bd95637b3778c13518af4e8dfca8937.zip |
Replace -Wl,--no-as-needed with function from flag-o-matic eclass.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/email')
-rw-r--r-- | net-mail/email/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/email/email-3.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/email/ChangeLog b/net-mail/email/ChangeLog index 74b037b9256a..e99f2965bba0 100644 --- a/net-mail/email/ChangeLog +++ b/net-mail/email/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/email # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.27 2009/09/23 19:05:51 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.28 2009/10/04 14:30:52 ssuominen Exp $ + + 04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> email-3.0.5.ebuild: + Replace -Wl,--no-as-needed with function from flag-o-matic eclass. 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> email-2.5.0.ebuild, email-3.0.5.ebuild, email-3.1.2.ebuild: diff --git a/net-mail/email/email-3.0.5.ebuild b/net-mail/email/email-3.0.5.ebuild index c43f56cd2461..c0c2f0a5aef4 100644 --- a/net-mail/email/email-3.0.5.ebuild +++ b/net-mail/email/email-3.0.5.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-mail/email/email-3.0.5.ebuild,v 1.4 2009/09/23 19:05:51 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-3.0.5.ebuild,v 1.5 2009/10/04 14:30:52 ssuominen Exp $ inherit flag-o-matic @@ -17,7 +17,7 @@ DEPEND="" RDEPEND="${DEPEND}" pkg_setup() { - append-ldflags -Wl,--no-as-needed + append-ldflags $(no-as-needed) } src_compile() { |