d8c9789a55
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.
6 lines
126 B
Text
6 lines
126 B
Text
# $NetBSD: libtool-post-cache,v 1.1 2002/12/26 17:17:32 jlam Exp $
|
|
|
|
-L.|-L./*|-L..*|-L${WRKSRC}*|-l*)
|
|
skipcache=yes
|
|
;;
|
|
esac
|