mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:57:31 +02:00
d75c935a76
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14592 3c298f89-4303-0410-b956-a3cf2f4a3e73
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
Well, brute force to disable rpath.
|
|
|
|
Only
|
|
-hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
|
|
+#hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
|
|
|
|
should be necessary....
|
|
|
|
--- a/libtool.m4
|
|
+++ b/libtool.m4
|
|
@@ -4601,16 +4601,16 @@ shlibpath_overrides_runpath=$shlibpath_o
|
|
hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
|
|
|
|
# Whether we should hardcode library paths into libraries.
|
|
-hardcode_into_libs=$hardcode_into_libs
|
|
+hardcode_into_libs=no
|
|
|
|
# Flag to hardcode \$libdir into a binary during linking.
|
|
# This must work even if \$libdir does not exist.
|
|
-hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
|
|
+hardcode_libdir_flag_spec=
|
|
|
|
# If ld is used when linking, flag to hardcode \$libdir into
|
|
# a binary during linking. This must work even if \$libdir does
|
|
# not exist.
|
|
-hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
|
|
+hardcode_libdir_flag_spec_ld=
|
|
|
|
# Whether we need a single -rpath flag with a separated argument.
|
|
hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
|