diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-19 22:49:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-19 22:49:22 +0000 |
commit | ad2a15d59bf3907f12fb913b0d063a27212acb36 (patch) | |
tree | 7362cd4325f49cb69ad80b53440198b0f8f7a445 /mk | |
parent | 1c72177800153595c31e4d78a4f134dc30ed9feb (diff) | |
download | pkgsrc-ad2a15d59bf3907f12fb913b0d063a27212acb36.tar.gz |
Don't have the libtool wrapper add -L<dir> where <dir> is a path in srcdir
to the cache since we do lots of custom post-processing in that case.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/buildlink3/libtool-post-logic | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/buildlink3/libtool-post-logic b/mk/buildlink3/libtool-post-logic index 8941f05af3e..df6d5761686 100644 --- a/mk/buildlink3/libtool-post-logic +++ b/mk/buildlink3/libtool-post-logic @@ -1,4 +1,4 @@ -# $NetBSD: libtool-post-logic,v 1.2 2003/09/02 06:59:58 jlam Exp $ +# $NetBSD: libtool-post-logic,v 1.3 2003/09/19 22:49:22 jlam Exp $ # # Workaround software authors that don't follow the libtool # documentation and link against uninstalled libtool archives with: @@ -31,6 +31,7 @@ case $arg in *"$lpath"*) ;; *) rellpath="$rellpath $lpath" ;; esac + addtocache=no ;; esac ;; |