diff options
author | Mirko Vogt <mirko@openwrt.org> | 2010-12-03 11:56:47 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2010-12-03 11:56:47 +0000 |
commit | ce2d57ed4de3e05201d0a3a0009075481e8e9e11 (patch) | |
tree | 13dbe22fd93b48a2069e70e37cfd2e6e259566b0 /package/libtool/patches/110-no_rpath.patch | |
parent | 187359dc678d8c2c5d548eb758f6f36847013ebd (diff) | |
download | upstream-ce2d57ed4de3e05201d0a3a0009075481e8e9e11.tar.gz upstream-ce2d57ed4de3e05201d0a3a0009075481e8e9e11.tar.bz2 upstream-ce2d57ed4de3e05201d0a3a0009075481e8e9e11.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
SVN-Revision: 24224
Diffstat (limited to 'package/libtool/patches/110-no_rpath.patch')
-rw-r--r-- | package/libtool/patches/110-no_rpath.patch | 30 |
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) |