[tools] libtool: strip unsave directories from relink command, nuke every -L that...
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 20 Dec 2010 19:43:57 +0000 (19:43 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 20 Dec 2010 19:43:57 +0000 (19:43 +0000)
SVN-Revision: 24741

tools/libtool/patches/120-strip-unsafe-dirs-for-relinking.patch [new file with mode: 0644]

diff --git a/tools/libtool/patches/120-strip-unsafe-dirs-for-relinking.patch b/tools/libtool/patches/120-strip-unsafe-dirs-for-relinking.patch
new file mode 100644 (file)
index 0000000..564d885
--- /dev/null
@@ -0,0 +1,12 @@
+--- a/libltdl/config/ltmain.m4sh
++++ b/libltdl/config/ltmain.m4sh
+@@ -2183,6 +2183,9 @@ func_mode_install ()
+           relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
+         fi
++        relink_command=`$ECHO "$relink_command" | $SED "s%-L[[:space:]]*/lib[^[:space:]]*%%"`
++        relink_command=`$ECHO "$relink_command" | $SED "s%-L[[:space:]]*/usr/lib[^[:space:]]*%%"`
++
+         func_warning "relinking \`$file'"
+         func_show_eval "$relink_command" \
+           'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'