diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 17:17:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 17:17:47 +0100 |
commit | 7d25880a7217a17e9483ab9155e5a320e6733c21 (patch) | |
tree | c45a9734391509dcfd58764c4113ec4dd55ecf54 /package/libtool/patches/patch-configure | |
parent | 980b2fd194e9cd0791a3e4dab55f469836ada539 (diff) |
avoid relinking, because we use a fake root for install, disables annoying -rpath addition to the libtool script
Diffstat (limited to 'package/libtool/patches/patch-configure')
-rw-r--r-- | package/libtool/patches/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/libtool/patches/patch-configure b/package/libtool/patches/patch-configure new file mode 100644 index 000000000..e95e35cce --- /dev/null +++ b/package/libtool/patches/patch-configure @@ -0,0 +1,20 @@ +--- libtool-2.4.2.orig/configure 2011-10-17 12:18:58.000000000 +0200 ++++ libtool-2.4.2/configure 2013-10-31 16:17:18.508406500 +0100 +@@ -9340,7 +9340,7 @@ $as_echo_n "checking whether the $compil + enable_shared_with_static_runtimes=no + export_dynamic_flag_spec= + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' +- hardcode_automatic=no ++ hardcode_automatic=yes + hardcode_direct=no + hardcode_direct_absolute=no + hardcode_libdir_flag_spec= +@@ -13694,7 +13694,7 @@ hardcode_libdir_flag_spec_CXX= + hardcode_libdir_separator_CXX= + hardcode_minus_L_CXX=no + hardcode_shlibpath_var_CXX=unsupported +-hardcode_automatic_CXX=no ++hardcode_automatic_CXX=yes + inherit_rpath_CXX=no + module_cmds_CXX= + module_expsym_cmds_CXX= |