summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo>2005-08-04 22:13:30 +0000
committersalo <salo>2005-08-04 22:13:30 +0000
commit7becaf2eea25b2cc9e6b819b8bf0b48221de4678 (patch)
tree65c90eb4a2b2bba3d04701ee4d53887fd5dc34a9
parentd0b2feb07e7ee287a306b3615699befdaaec39fb (diff)
downloadpkgsrc-7becaf2eea25b2cc9e6b819b8bf0b48221de4678.tar.gz
Pullup ticket 639 - requested by Grant Beattie
portability fix for postfix-current Revisions pulled up: - pkgsrc/mail/postfix-current/Makefile 1.42 Module Name: pkgsrc Committed By: grant Date: Sun Jul 31 03:58:45 UTC 2005 Modified Files: pkgsrc/mail/postfix-current: Makefile Log Message: use ${LDFLAGS} in AUXLIBS so chosen libraries for various options can be found at runtime.
-rw-r--r--mail/postfix-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index c3fb74c2403..6c5c1cd0e6b 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.41.2.1 2005/08/04 22:13:30 salo 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.