Subject: CVS commit: pkgsrc/mail
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 06/04/2004 23:21:34
Module Name: pkgsrc
Committed By: reed
Date: Fri Jun 4 23:21:34 UTC 2004
Modified Files:
pkgsrc/mail/exim: Makefile Makefile.common
pkgsrc/mail/exim-exiscan: Makefile
Log Message:
The Exim db tools were missing rpath to db library (when not using native).
This modifies Makefile.common to add "-Wl,${RPATH_FLAG}" to the location
of the chosen library (DB implementation). For example:
-Wl,${RPATH_FLAG}${LOCALBASE}/${BUILDLINK_LIBDIRS.db2}
Also bump PKGREVISIONs for this.
To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 pkgsrc/mail/exim/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/mail/exim/Makefile.common
cvs rdiff -r1.10 -r1.11 pkgsrc/mail/exim-exiscan/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.