Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/05/2001 05:31:20
Module Name: pkgsrc
Committed By: jlam
Date: Fri Oct 5 02:31:20 UTC 2001
Modified Files:
pkgsrc/mk: bsd.buildlink.mk x11.buildlink.mk
Log Message:
Substitute for rpath references to buildlink directories in Makefiles
after the configure step. There's a growing number of GNU configure
scripts that find a library in -L/path and automatically add -R/path to
the linker flags. We need to make sure this doesn't happen to buildlink
directories.
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 pkgsrc/mk/bsd.buildlink.mk
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/x11.buildlink.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.