diff options
author | grant <grant@pkgsrc.org> | 2005-07-31 03:58:45 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-31 03:58:45 +0000 |
commit | ce725ad22e4e226580e870773627d2a0b2bf5895 (patch) | |
tree | 30e4a85a808762214c2f1b39e252c9cd0c31efb0 /mail/postfix-current | |
parent | 826708f73d2e62ba36452098d4bf521a30370711 (diff) | |
download | pkgsrc-ce725ad22e4e226580e870773627d2a0b2bf5895.tar.gz |
use ${LDFLAGS} in AUXLIBS so chosen libraries for various options can
be found at runtime.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index c3fb74c2403..84b2a703d58 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/04/11 21:46:22 tv Exp $ +# $NetBSD: Makefile,v 1.42 2005/07/31 03:58:45 grant Exp $ DISTNAME= postfix-2.2-20040628 PKGREVISION= 1 @@ -27,7 +27,7 @@ POSTFIX_QUEUE_DIR?= ${VARBASE}/spool/postfix # AUXLIBS is a list of options to pass to the linker. # CCARGS= # empty -AUXLIBS= # empty +AUXLIBS= ${LDFLAGS} FIX_RPATH+= AUXLIBS # Set some default paths to override ${WRKSRC}/src/global/mail_params.h. |