pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Don't cache transformations of "-lfoo" i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/752ece50c2a6
branches: trunk
changeset: 481400:752ece50c2a6
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun Oct 03 21:39:07 2004 +0000
description:
Don't cache transformations of "-lfoo" into "rel/path/to/libfoo.la" because
"rel/path/to" can be different each time. This should fix problems with
building transcode after the wrapper framework was integrated.
diffstat:
mk/buildlink3/transform-libtool | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dcf40033abf7 -r 752ece50c2a6 mk/buildlink3/transform-libtool
--- a/mk/buildlink3/transform-libtool Sun Oct 03 20:52:02 2004 +0000
+++ b/mk/buildlink3/transform-libtool Sun Oct 03 21:39:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: transform-libtool,v 1.1 2004/09/21 15:01:41 jlam Exp $
+# $NetBSD: transform-libtool,v 1.2 2004/10/03 21:39:07 jlam Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -92,7 +92,7 @@
msg_log $wrapperlog "*** [buildlink3] Warning: libtool replaced $arg with $la"
$echo "*** [buildlink3] Warning: libtool replaced $arg with $la" 1>&2
arg="$la"
- addtocache=yes
+ addtocache=no
break
fi
done
Home |
Main Index |
Thread Index |
Old Index