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 | |
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')
-rw-r--r-- | mail-mta/nullmailer/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild | 6 | ||||
-rw-r--r-- | mail-mta/postfix/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.2.7-r1.ebuild | 5 | ||||
-rw-r--r-- | mail-mta/qmail/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/qmail/qmail-1.03-r16.ebuild | 4 |
6 files changed, 22 insertions, 10 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" diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog index e51b0da202b9..80e276ab50c5 100644 --- a/mail-mta/postfix/ChangeLog +++ b/mail-mta/postfix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/postfix # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.91 2005/12/20 15:52:03 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.92 2005/12/25 15:00:24 flameeyes Exp $ + + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> + postfix-2.2.7-r1.ebuild: + Use bindnow-flags function instead of -Wl,-z,now. 20 Dec 2005; Fernando J. Pereda <ferdy@gentoo.org> postfix-2.2.7-r1.ebuild: diff --git a/mail-mta/postfix/postfix-2.2.7-r1.ebuild b/mail-mta/postfix/postfix-2.2.7-r1.ebuild index a146c43b8a10..0c88f1e87d4d 100644 --- a/mail-mta/postfix/postfix-2.2.7-r1.ebuild +++ b/mail-mta/postfix/postfix-2.2.7-r1.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/postfix/postfix-2.2.7-r1.ebuild,v 1.3 2005/12/20 15:52:03 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.7-r1.ebuild,v 1.4 2005/12/25 15:00:24 flameeyes Exp $ inherit eutils ssl-cert toolchain-funcs flag-o-matic mailer pam IUSE="ipv6 pam ldap mysql postgres ssl sasl mbox nis vda selinux hardened cdb" @@ -147,7 +147,8 @@ src_compile() { cd ${S} # added -Wl,-z,now wrt 62674. # remove -ldl as it is not necessary, resolve bug #106446. - local mycc="-DHAS_PCRE" mylibs="-Wl,-z,now -L/usr/lib -lpcre -lcrypt -lpthread" + # -Wl,-z,now replaced by $(bindnow-flags) + local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) -L/usr/lib -lpcre -lcrypt -lpthread" use pam && mylibs="${mylibs} -lpam" diff --git a/mail-mta/qmail/ChangeLog b/mail-mta/qmail/ChangeLog index c7ded9632aed..1c78309f8ab2 100644 --- a/mail-mta/qmail/ChangeLog +++ b/mail-mta/qmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/qmail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.68 2005/10/24 11:43:35 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.69 2005/12/25 15:00:29 flameeyes Exp $ + + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> qmail-1.03-r16.ebuild: + Use bindnow-flags function instead of -Wl,-z,now. 24 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> qmail-1.03-r15.ebuild, qmail-1.03-r16.ebuild: diff --git a/mail-mta/qmail/qmail-1.03-r16.ebuild b/mail-mta/qmail/qmail-1.03-r16.ebuild index 4501d4a009a6..07ac58d0092c 100644 --- a/mail-mta/qmail/qmail-1.03-r16.ebuild +++ b/mail-mta/qmail/qmail-1.03-r16.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/qmail/qmail-1.03-r16.ebuild,v 1.45 2005/12/08 02:57:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r16.ebuild,v 1.46 2005/12/25 15:00:29 flameeyes Exp $ inherit toolchain-funcs eutils fixheadtails flag-o-matic @@ -304,7 +304,7 @@ src_unpack() { fi # Bug 92742 - append-ldflags -Wl,-z,now + append-ldflags $(bindnow-flags) echo -n "$(tc-getCC) ${LDFLAGS}" > ${S}/conf-ld echo -n "500" > ${S}/conf-spawn |