pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix-current use ${LDFLAGS} in AUXLIBS so chos...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2009665114f3
branches:  trunk
changeset: 497589:2009665114f3
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jul 31 03:58:45 2005 +0000

description:
use ${LDFLAGS} in AUXLIBS so chosen libraries for various options can
be found at runtime.

diffstat:

 mail/postfix-current/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 15c23ff4f07b -r 2009665114f3 mail/postfix-current/Makefile
--- a/mail/postfix-current/Makefile     Sun Jul 31 03:46:05 2005 +0000
+++ b/mail/postfix-current/Makefile     Sun Jul 31 03:58:45 2005 +0000
@@ -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 @@
 # 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.



Home | Main Index | Thread Index | Old Index