Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/14/2003 22:36:56
Module Name: src
Committed By: lukem
Date: Sun Sep 14 22:36:56 UTC 2003
Modified Files:
src/share/mk: bsd.prog.mk
Log Message:
Check ${SHLIBDIR} against "/usr/lib" instead of ${LIBDIR} when determining
if we need to add stuff (usually "/lib") to the rpath-link path before
"/usr/lib". Otherwise, this barfs if LIBDIR != /usr/lib or /lib, and
we're cross-building (e.g., in src/x11)
To generate a diff of this commit:
cvs rdiff -r1.186 -r1.187 src/share/mk/bsd.prog.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.