Subject: CVS commit: pkgsrc/mk/buildlink2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/20/2002 03:59:48
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Sep 20 00:59:48 UTC 2002

Modified Files:
	pkgsrc/mk/buildlink2: libtool-fix-la

Log Message:
Fix problem with linking against uninstalled libtool archives that in turn
depend on other uninstalled libtool archives.  During the relinking process
the newly installed libraries weren't being found.  We now insert the
appropriate -Ldir flags to allow them to be found in the uninstalled
locations.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/mk/buildlink2/libtool-fix-la

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.