From 7f3744b75fc3933bf2449142e18cab7d5a6e090e Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 31 Jul 2005 03:58:45 +0000 Subject: use ${LDFLAGS} in AUXLIBS so chosen libraries for various options can be found at runtime. --- mail/postfix-current/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') 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. -- cgit v1.2.3