diff options
author | 2005-12-25 16:18:35 +0000 | |
---|---|---|
committer | 2005-12-25 16:18:35 +0000 | |
commit | efcb714da4ba4eb672efa209a3cd24a12b2bb3af (patch) | |
tree | 4e30ca85e2c98234cee815213a60afe7b028999c /mail-mta/nullmailer/nullmailer-1.00.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-efcb714da4ba4eb672efa209a3cd24a12b2bb3af.tar.gz gentoo-2-efcb714da4ba4eb672efa209a3cd24a12b2bb3af.tar.bz2 gentoo-2-efcb714da4ba4eb672efa209a3cd24a12b2bb3af.zip |
Actually change last version, not the one before.
(Portage version: 2.1_pre2)
Diffstat (limited to 'mail-mta/nullmailer/nullmailer-1.00.ebuild')
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.00.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/nullmailer/nullmailer-1.00.ebuild b/mail-mta/nullmailer/nullmailer-1.00.ebuild index 1f606ccafe40..d3099db152bb 100644 --- a/mail-mta/nullmailer/nullmailer-1.00.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.00.ebuild @@ -1,6 +1,6 @@ # 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.ebuild,v 1.4 2005/11/29 20:30:19 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00.ebuild,v 1.5 2005/12/25 16:18:35 flameeyes Exp $ inherit eutils flag-o-matic @@ -54,7 +54,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" |