summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-19 22:49:22 +0000
committerjlam <jlam>2003-09-19 22:49:22 +0000
commite2453cf02463f0c7b171b9954a937a0252785fdb (patch)
tree7362cd4325f49cb69ad80b53440198b0f8f7a445 /mk
parentd41abd9112aa08b60dddf6ed46230708be64bd94 (diff)
downloadpkgsrc-e2453cf02463f0c7b171b9954a937a0252785fdb.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-logic3
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
;;