pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/mail/exim3 Pullup ticket 615 - requested by gr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2651f5698425
branches:  pkgsrc-2005Q2
changeset: 495906:2651f5698425
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed Jul 27 04:57:20 2005 +0000

description:
Pullup ticket 615 - requested by grant beattie
build fix for exim3

Revisions pulled up:
- pkgsrc/mail/exim3/Makefile    1.22

    Module Name:    pkgsrc
    Committed By:   grant
    Date:           Thu Jul 21 03:04:21 UTC 2005

    Modified Files:
            pkgsrc/mail/exim3: Makefile

    Log Message:
    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 7a15ca7f3178 -r 2651f5698425 mail/exim3/Makefile
--- a/mail/exim3/Makefile       Wed Jul 27 04:53:57 2005 +0000
+++ b/mail/exim3/Makefile       Wed Jul 27 04:57:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19.2.1 2005/07/22 16:42:27 snj Exp $
+# $NetBSD: Makefile,v 1.19.2.2 2005/07/27 04:57:20 snj Exp $
 
 DISTNAME=      exim-3.36
 PKGREVISION=   4
@@ -59,7 +59,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