aboutsummaryrefslogtreecommitdiffstats
path: root/package/libtool/patches/110-no_rpath.patch
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2010-12-03 11:56:47 +0000
committerMirko Vogt <mirko@openwrt.org>2010-12-03 11:56:47 +0000
commitb1abf84427b4e9d14638fffc02f711f1a90c6bb9 (patch)
treeb766587d08c62e656c1a9926cb27355a633a9689 /package/libtool/patches/110-no_rpath.patch
parent627d1556b32f7a40c862627c201e4b9be94d19dd (diff)
downloadmaster-187ad058-b1abf84427b4e9d14638fffc02f711f1a90c6bb9.tar.gz
master-187ad058-b1abf84427b4e9d14638fffc02f711f1a90c6bb9.tar.bz2
master-187ad058-b1abf84427b4e9d14638fffc02f711f1a90c6bb9.zip
update libtool from version 1.5.26 to version 2.4, this includes libltdl (to v7) - WARNING: This switch is going to break something quite likely, however since more software is requiring libtool2/libltdl7 this change needs to be done some day anyway
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24224 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libtool/patches/110-no_rpath.patch')
-rw-r--r--package/libtool/patches/110-no_rpath.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/libtool/patches/110-no_rpath.patch b/package/libtool/patches/110-no_rpath.patch
deleted file mode 100644
index 685da9d6d0..0000000000
--- a/package/libtool/patches/110-no_rpath.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-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)