diff options
Diffstat (limited to 'mail-mta/postfix/postfix-2.2.11.ebuild')
-rw-r--r-- | mail-mta/postfix/postfix-2.2.11.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail-mta/postfix/postfix-2.2.11.ebuild b/mail-mta/postfix/postfix-2.2.11.ebuild index 8c477a538106..f523116c7e12 100644 --- a/mail-mta/postfix/postfix-2.2.11.ebuild +++ b/mail-mta/postfix/postfix-2.2.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.11.ebuild,v 1.2 2006/11/23 20:28:34 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.11.ebuild,v 1.3 2007/10/21 11:15:08 solar Exp $ inherit eutils ssl-cert toolchain-funcs flag-o-matic pam IUSE="ipv6 pam ldap mysql postgres ssl sasl mailwrapper mbox nis vda selinux hardened cdb" @@ -152,7 +152,8 @@ src_compile() { # added -Wl,-z,now wrt 62674. # remove -ldl as it is not necessary, resolve bug #106446. # -Wl,-z,now replaced by $(bindnow-flags) - local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) -L/usr/lib -lpcre -lcrypt -lpthread" + # make sure LDFLAGS get passed down to the executables. + local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) ${LDFLAGS} -lpcre -lcrypt -lpthread" use pam && mylibs="${mylibs} -lpam" |