|
@@ -1,6 +1,6 @@
|
|
---- glib/ltmain.sh.orig 2006-07-13 01:12:13.000000000 -0600
|
|
|
|
-+++ glib/ltmain.sh 2007-01-13 13:59:13.000000000 -0700
|
|
|
|
-@@ -283,8 +283,9 @@
|
|
|
|
|
|
+--- a/ltmain.sh 2006-03-11 13:49:04.000000000 -0500
|
|
|
|
++++ b/ltmain.sh 2008-04-30 09:55:28.000000000 -0400
|
|
|
|
+@@ -273,8 +273,9 @@ func_infer_tag ()
|
|
# line option must be used.
|
|
# line option must be used.
|
|
if test -z "$tagname"; then
|
|
if test -z "$tagname"; then
|
|
$echo "$modename: unable to infer tagged configuration"
|
|
$echo "$modename: unable to infer tagged configuration"
|
|
@@ -12,7 +12,7 @@
|
|
# else
|
|
# else
|
|
# $echo "$modename: using $tagname tagged configuration"
|
|
# $echo "$modename: using $tagname tagged configuration"
|
|
fi
|
|
fi
|
|
-@@ -2434,8 +2435,14 @@
|
|
|
|
|
|
+@@ -2407,8 +2408,14 @@ EOF
|
|
absdir="$abs_ladir"
|
|
absdir="$abs_ladir"
|
|
libdir="$abs_ladir"
|
|
libdir="$abs_ladir"
|
|
else
|
|
else
|
|
@@ -29,7 +29,16 @@
|
|
fi
|
|
fi
|
|
test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
|
|
test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
|
|
else
|
|
else
|
|
-@@ -2918,6 +2925,16 @@
|
|
|
|
|
|
+@@ -2545,7 +2552,7 @@ EOF
|
|
|
|
+ { test "$use_static_libs" = no || test -z "$old_library"; }; then
|
|
|
|
+ if test "$installed" = no; then
|
|
|
|
+ notinst_deplibs="$notinst_deplibs $lib"
|
|
|
|
+- need_relink=yes
|
|
|
|
++ need_relink=no
|
|
|
|
+ fi
|
|
|
|
+ # This is a shared library
|
|
|
|
+
|
|
|
|
+@@ -2889,6 +2896,16 @@ EOF
|
|
esac
|
|
esac
|
|
if grep "^installed=no" $deplib > /dev/null; then
|
|
if grep "^installed=no" $deplib > /dev/null; then
|
|
path="$absdir/$objdir"
|
|
path="$absdir/$objdir"
|
|
@@ -46,7 +55,7 @@
|
|
else
|
|
else
|
|
eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
|
|
eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
|
|
if test -z "$libdir"; then
|
|
if test -z "$libdir"; then
|
|
-@@ -5641,6 +5658,10 @@
|
|
|
|
|
|
+@@ -5606,6 +5623,10 @@ fi\
|
|
# Replace all uninstalled libtool libraries with the installed ones
|
|
# Replace all uninstalled libtool libraries with the installed ones
|
|
newdependency_libs=
|
|
newdependency_libs=
|
|
for deplib in $dependency_libs; do
|
|
for deplib in $dependency_libs; do
|
|
@@ -57,7 +66,7 @@
|
|
case $deplib in
|
|
case $deplib in
|
|
*.la)
|
|
*.la)
|
|
name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
|
|
name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
|
|
-@@ -5962,10 +5983,13 @@
|
|
|
|
|
|
+@@ -5927,10 +5948,13 @@ relink_command=\"$relink_command\""
|
|
# At present, this check doesn't affect windows .dll's that
|
|
# At present, this check doesn't affect windows .dll's that
|
|
# are installed into $libdir/../bin (currently, that works fine)
|
|
# are installed into $libdir/../bin (currently, that works fine)
|
|
# but it's something to keep an eye on.
|
|
# but it's something to keep an eye on.
|