pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/mail/postfix Pullup ticket 637 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e45ac52a36c
branches:  pkgsrc-2005Q2
changeset: 495929:8e45ac52a36c
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Aug 02 22:42:04 2005 +0000

description:
Pullup ticket 637 - requested by Grant Beattie
portability fix for postfix

Revisions pulled up:
- pkgsrc/mail/postfix/Makefile          1.166
- pkgsrc/mail/postfix/options.mk        1.20

   Module Name:         pkgsrc
   Committed By:        grant
   Date:                Sun Jul 31 03:46:05 UTC 2005

   Modified Files:
        pkgsrc/mail/postfix: Makefile options.mk

   Log Message:
   use ${LDFLAGS} in AUXLIBS so the chosen libdb can be found at runtime.

   fixes build on Solaris.

diffstat:

 mail/postfix/Makefile   |  4 ++--
 mail/postfix/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r f11936181f16 -r 8e45ac52a36c mail/postfix/Makefile
--- a/mail/postfix/Makefile     Tue Aug 02 22:31:19 2005 +0000
+++ b/mail/postfix/Makefile     Tue Aug 02 22:42:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.163 2005/06/09 17:06:47 martti Exp $
+# $NetBSD: Makefile,v 1.163.2.1 2005/08/02 22:42:04 salo Exp $
 
 DISTNAME=      postfix-2.2.3
 CATEGORIES=    mail
@@ -26,7 +26,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.
diff -r f11936181f16 -r 8e45ac52a36c mail/postfix/options.mk
--- a/mail/postfix/options.mk   Tue Aug 02 22:31:19 2005 +0000
+++ b/mail/postfix/options.mk   Tue Aug 02 22:42:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.19 2005/03/28 09:39:57 jlam Exp $
+# $NetBSD: options.mk,v 1.19.2.1 2005/08/02 22:42:04 salo Exp $
 
 # Global and legacy options
 
@@ -15,7 +15,7 @@
 .if !empty(PKG_OPTIONS:Mbdb)
 .  include "../../mk/bdb.buildlink3.mk"
 CCARGS+=       -DHAS_DB
-AUXLIBS+=      ${BUILDLINK_LDFLAGS.${BDB_TYPE}} ${BDB_LIBS}
+AUXLIBS+=      ${BDB_LIBS}
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index