diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-21 22:37:54 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-21 22:37:54 +0000 |
commit | 88e4479ac182b2d0b4b3541b6e9f7b5d0748b973 (patch) | |
tree | 0cfb05ad7953f2503d7a0c50cc17081b918d19b8 /tools/libtool/patches/110-dont-use-target-dir-for-relinking.patch | |
parent | d4042e2fe267d1eef3cdb3e6f0cb47432aa99665 (diff) |
[tools] libtool: extend all ltmain.m4sh patches to cover ltmain.sh as well, prevent configure from embedding host library paths
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24752 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch | 10 |
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 |