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 have the libtool wrapper add -L<di...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5a3a410d798
branches:  trunk
changeset: 461740:b5a3a410d798
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Sep 19 22:49:22 2003 +0000

description:
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:

 mk/buildlink3/libtool-post-logic |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 05dc5aeb72de -r b5a3a410d798 mk/buildlink3/libtool-post-logic
--- a/mk/buildlink3/libtool-post-logic  Fri Sep 19 22:47:34 2003 +0000
+++ b/mk/buildlink3/libtool-post-logic  Fri Sep 19 22:49:22 2003 +0000
@@ -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 @@
                        *"$lpath"*)     ;;
                        *)              rellpath="$rellpath $lpath" ;;
                        esac
+                       addtocache=no
                        ;;
                esac
                ;;



Home | Main Index | Thread Index | Old Index