aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libtool/patches/110-dont-use-target-dir-for-relinking.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-21 22:37:54 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-21 22:37:54 +0000
commitc4ab5ca14370406cdccaff868b2e655a2f21aa72 (patch)
treefe4b10d38dab0bd087dd41002537b2d49b48fed1 /tools/libtool/patches/110-dont-use-target-dir-for-relinking.patch
parente010aa6408573009e03a0dc86769b62712fad106 (diff)
downloadupstream-c4ab5ca14370406cdccaff868b2e655a2f21aa72.tar.gz
upstream-c4ab5ca14370406cdccaff868b2e655a2f21aa72.tar.bz2
upstream-c4ab5ca14370406cdccaff868b2e655a2f21aa72.zip
libtool: extend all ltmain.m4sh patches to cover ltmain.sh as well, prevent configure from embedding host library paths
SVN-Revision: 24752
Diffstat (limited to 'tools/libtool/patches/110-dont-use-target-dir-for-relinking.patch')
-rw-r--r--tools/libtool/patches/110-dont-use-target-dir-for-relinking.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/libtool/patches/110-dont-use-target-dir-for-relinking.patch b/tools/libtool/patches/110-dont-use-target-dir-for-relinking.patch
index f2681aea62..c78058934a 100644
--- a/tools/libtool/patches/110-dont-use-target-dir-for-relinking.patch
+++ b/tools/libtool/patches/110-dont-use-target-dir-for-relinking.patch
@@ -8,3 +8,13 @@
add="-l$name"
elif test "$hardcode_shlibpath_var" = yes; then
case :$finalize_shlibpath: in
+--- a/libltdl/config/ltmain.sh
++++ b/libltdl/config/ltmain.sh
+@@ -6893,7 +6893,6 @@ func_mode_link ()
+ test "$hardcode_direct_absolute" = no; then
+ add="$libdir/$linklib"
+ elif test "$hardcode_minus_L" = yes; then
+- add_dir="-L$libdir"
+ add="-l$name"
+ elif test "$hardcode_shlibpath_var" = yes; then
+ case :$finalize_shlibpath: in