diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 16:18:35 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 16:18:35 +0000 |
commit | efcb714da4ba4eb672efa209a3cd24a12b2bb3af (patch) | |
tree | 4e30ca85e2c98234cee815213a60afe7b028999c /mail-mta/nullmailer | |
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')
-rw-r--r-- | mail-mta/nullmailer/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.00.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog index 20cbccb67e18..fab50cfd36aa 100644 --- a/mail-mta/nullmailer/ChangeLog +++ b/mail-mta/nullmailer/ChangeLog @@ -1,6 +1,9 @@ # 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.17 2005/12/25 14:57:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.18 2005/12/25 16:18:35 flameeyes Exp $ + + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> nullmailer-1.00.ebuild: + Actually change last version, not the one before. 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> nullmailer-1.00_rc7-r5.ebuild: 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" |