Also add -L*/.libs for *.la that start with "../", which is also quite
common when referring to an uninstalled libtool archive.
This commit is contained in:
parent
c0638606ad
commit
f2a3cbaeba
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: libtool-fix-la,v 1.6 2002/09/23 22:32:08 jlam Exp $
|
||||
# $NetBSD: libtool-fix-la,v 1.7 2002/09/23 23:49:01 jlam Exp $
|
||||
#
|
||||
# For *.la files, in the "relink_command" line, we make the following
|
||||
# replacements:
|
||||
|
@ -66,7 +66,7 @@ if [ -f $lafile ]; then
|
|||
*.la)
|
||||
ltlibsdir=`@DIRNAME@ $i`/.libs
|
||||
case "$ltlibsdir" in
|
||||
@WRKSRC@/*)
|
||||
../*|@WRKSRC@/*)
|
||||
case "$relink" in
|
||||
*"-L$ltlibsdir "*) ;;
|
||||
*"-L$ltlibsdir") ;;
|
||||
|
|
Loading…
Reference in a new issue