From ac07664d838e5be6c475e5cab53826d85fc646e6 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 21 Jul 2005 03:04:21 +0000 Subject: include ${LDFLAGS} in DBMLIB passed in MAKE_ENV, so the correct library path is passed for linking against the BerkeleyDB library. --- mail/exim3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/exim3/Makefile b/mail/exim3/Makefile index 6b3c5b6d05d..fb7bf05bd41 100644 --- a/mail/exim3/Makefile +++ b/mail/exim3/Makefile @@ -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 @@ MAKE_ENV+= LOOKUP_PGSQL=YES 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}" -- cgit v1.2.3