mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
75a4a592e5
Mon Apr 25 13:37:00 UTC 2011 Slackware 13.37 x86_64 stable is released! Thanks to everyone who pitched in on this release: the Slackware team, the folks producing upstream code, and linuxquestions.org for providing a great forum for collaboration and testing. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. As always, thanks to the Slackware community for testing, suggestions, and feedback. :-) Have fun!
44 lines
1.8 KiB
Diff
44 lines
1.8 KiB
Diff
--- ./libltdl/config/ltmain.m4sh.orig 2010-09-22 09:45:18.000000000 -0500
|
|
+++ ./libltdl/config/ltmain.m4sh 2010-11-06 13:38:09.000000000 -0500
|
|
@@ -5710,7 +5710,7 @@
|
|
# Find the relevant object directory and library name.
|
|
if test "X$installed" = Xyes; then
|
|
if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
|
|
- func_warning "library \`$lib' was moved."
|
|
+ #func_warning "library \`$lib' was moved."
|
|
dir="$ladir"
|
|
absdir="$abs_ladir"
|
|
libdir="$abs_ladir"
|
|
@@ -6277,8 +6277,8 @@
|
|
eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
|
|
test -z "$libdir" && \
|
|
func_fatal_error "\`$deplib' is not a valid libtool archive"
|
|
- test "$absdir" != "$libdir" && \
|
|
- func_warning "\`$deplib' seems to be moved"
|
|
+ #test "$absdir" != "$libdir" && \
|
|
+ # func_warning "\`$deplib' seems to be moved"
|
|
|
|
path="-L$absdir"
|
|
fi
|
|
--- ./libltdl/config/ltmain.sh.orig 2010-09-22 09:45:43.000000000 -0500
|
|
+++ ./libltdl/config/ltmain.sh 2010-11-06 13:38:49.000000000 -0500
|
|
@@ -6499,7 +6499,7 @@
|
|
# Find the relevant object directory and library name.
|
|
if test "X$installed" = Xyes; then
|
|
if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
|
|
- func_warning "library \`$lib' was moved."
|
|
+ #func_warning "library \`$lib' was moved."
|
|
dir="$ladir"
|
|
absdir="$abs_ladir"
|
|
libdir="$abs_ladir"
|
|
@@ -7066,8 +7066,8 @@
|
|
eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
|
|
test -z "$libdir" && \
|
|
func_fatal_error "\`$deplib' is not a valid libtool archive"
|
|
- test "$absdir" != "$libdir" && \
|
|
- func_warning "\`$deplib' seems to be moved"
|
|
+ #test "$absdir" != "$libdir" && \
|
|
+ # func_warning "\`$deplib' seems to be moved"
|
|
|
|
path="-L$absdir"
|
|
fi
|