Subject: CVS commit: pkgsrc/mk/buildlink2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/26/2002 19:17:33
Module Name: pkgsrc
Committed By: jlam
Date: Thu Dec 26 17:17:33 UTC 2002
Modified Files:
pkgsrc/mk/buildlink2: bsd.buildlink2.mk
Added Files:
pkgsrc/mk/buildlink2: libtool-logic libtool-post-cache
Log Message:
Add some libtool workarounds for software authors that don't follow the
libtool documentation. Specifically, many authors now link against an
uninstalled libtool archive with:
-L../package/source/dir -lfoo
instead of the correct (according to the libtool documentation):
../package/source/dir/libfoo.la
The workarounds convert the former into the latter. Changes originally
suggested by Rene Hexel <rh@netbsd.org> in private e-mail.
To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 pkgsrc/mk/buildlink2/bsd.buildlink2.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/buildlink2/libtool-logic \
pkgsrc/mk/buildlink2/libtool-post-cache
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.