summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 16:18:35 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 16:18:35 +0000
commitefcb714da4ba4eb672efa209a3cd24a12b2bb3af (patch)
tree4e30ca85e2c98234cee815213a60afe7b028999c /mail-mta/nullmailer
parentversion bump (diff)
downloadgentoo-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/ChangeLog5
-rw-r--r--mail-mta/nullmailer/nullmailer-1.00.ebuild4
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"