pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/exim3 include ${LDFLAGS} in DBMLIB passed in MAKE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bde20b009fa
branches:  trunk
changeset: 497148:2bde20b009fa
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jul 21 03:04:21 2005 +0000

description:
include ${LDFLAGS} in DBMLIB passed in MAKE_ENV, so the correct
library path is passed for linking against the BerkeleyDB library.

diffstat:

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

diffs (18 lines):

diff -r b10016b502a4 -r 2bde20b009fa mail/exim3/Makefile
--- a/mail/exim3/Makefile       Thu Jul 21 02:54:51 2005 +0000
+++ b/mail/exim3/Makefile       Thu Jul 21 03:04:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/07/16 01:19:12 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/07/21 03:04:21 grant Exp $
 
 DISTNAME=      exim-3.36
 PKGREVISION=   4
@@ -58,7 +58,7 @@
 
 BDB_ACCEPTED=  db1 db3 db2     # does not compile with db4
 .include "../../mk/bdb.buildlink3.mk"
-DBMLIB+=               ${BDB_LIBS}
+DBMLIB+=               ${LDFLAGS} ${BDB_LIBS}
 
 MAKE_ENV+=             DBMLIB=${DBMLIB:Q}
 MAKE_ENV+=             LOOKUP_INCLUDE="${LOOKUP_INCLUDE}"



Home | Main Index | Thread Index | Old Index