summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-08-27 12:56:00 +0000
committerjlam <jlam@pkgsrc.org>2003-08-27 12:56:00 +0000
commit25c01f60b7f774f44b7b2492ccb39531c4472ba5 (patch)
tree37ab41fcd32cff3f02e041e3a164c7eda6bb28ae
parent02c9c9e76aa53ae17e85869a1d1587d90c1af15b (diff)
downloadpkgsrc-25c01f60b7f774f44b7b2492ccb39531c4472ba5.tar.gz
Correct the glob so that we actually match -L${BUILDLINK_DIR}/* and
discard them.
-rw-r--r--mk/buildlink3/libtool-fix-la4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/libtool-fix-la b/mk/buildlink3/libtool-fix-la
index 7b931abbf3b..928b62f37bb 100644
--- a/mk/buildlink3/libtool-fix-la
+++ b/mk/buildlink3/libtool-fix-la
@@ -1,4 +1,4 @@
-# $NetBSD: libtool-fix-la,v 1.1.2.5 2003/08/27 12:54:04 jlam Exp $
+# $NetBSD: libtool-fix-la,v 1.1.2.6 2003/08/27 12:56:00 jlam Exp $
#
# For *.la files, in the "relink_command" line, we make the following
# replacements:
@@ -184,7 +184,7 @@ if $test -f $lafile; then
#
-L*)
case "$i" in
- -L${BUILDLINK_DIR})
+ -L${BUILDLINK_DIR}/*)
;;
-L@WRKSRC@/*)
;;