diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:00:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:00:29 +0000 |
commit | 354256e037d7113db7a2dc193dbb3b420c94cf7e (patch) | |
tree | 1f986ca51b4c8157a7930cc93ef024a97f30aae8 /mail-mta/nullmailer | |
parent | Use bindnow-flags function instead of -Wl,-z,now. (diff) | |
download | gentoo-2-354256e037d7113db7a2dc193dbb3b420c94cf7e.tar.gz gentoo-2-354256e037d7113db7a2dc193dbb3b420c94cf7e.tar.bz2 gentoo-2-354256e037d7113db7a2dc193dbb3b420c94cf7e.zip |
Use bindnow-flags function instead of -Wl,-z,now.
(Portage version: 2.1_pre2)
Diffstat (limited to 'mail-mta/nullmailer')
-rw-r--r-- | mail-mta/nullmailer/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog index 60afb0647c5d..20cbccb67e18 100644 --- a/mail-mta/nullmailer/ChangeLog +++ b/mail-mta/nullmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/nullmailer # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.16 2005/11/29 20:30:19 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.17 2005/12/25 14:57:39 flameeyes Exp $ + + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> + nullmailer-1.00_rc7-r5.ebuild: + Use bindnow-flags function instead of -Wl,-z,now. 29 Nov 2005; Robin H. Johnson <robbat2@gentoo.org> nullmailer-1.00.ebuild: Move 1.00 to stable x86. diff --git a/mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild b/mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild index 9907ca3b04a8..336a87062069 100644 --- a/mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild,v 1.4 2005/07/09 03:01:55 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild,v 1.5 2005/12/25 14:57:39 flameeyes Exp $ -inherit eutils +inherit eutils flag-o-matic MY_P="${P/_rc/RC}" S=${WORKDIR}/${MY_P} @@ -58,7 +58,7 @@ pkg_setup() { } src_compile() { - append-ldflags -Wl,-z,now + append-ldflags $(bindnow-flags) # Note that we pass a different directory below due to bugs in the makefile! econf --localstatedir=/var || die "econf failed" emake || die "emake failed" |