aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libtool/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-10 11:39:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-10 11:39:19 +0000
commit3d90e7b89a88e0673f2af83665cc54297fc92e7a (patch)
tree512ac844025b3698be3270e56c0cf554ec3b2f4f /package/libs/libtool/patches
parent3485fe8e4c38ccb73d03216aeef5c18bedcb885d (diff)
downloadmaster-187ad058-3d90e7b89a88e0673f2af83665cc54297fc92e7a.tar.gz
master-187ad058-3d90e7b89a88e0673f2af83665cc54297fc92e7a.tar.bz2
master-187ad058-3d90e7b89a88e0673f2af83665cc54297fc92e7a.zip
Revert "package/libs/libtool: rename to libltdl"
This reverts commit r48149 Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48169 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libtool/patches')
-rw-r--r--package/libs/libtool/patches/160-passthrough-ssp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libs/libtool/patches/160-passthrough-ssp.patch b/package/libs/libtool/patches/160-passthrough-ssp.patch
new file mode 100644
index 0000000000..6fcbe68000
--- /dev/null
+++ b/package/libs/libtool/patches/160-passthrough-ssp.patch
@@ -0,0 +1,11 @@
+--- a/libltdl/config/ltmain.m4sh
++++ b/libltdl/config/ltmain.m4sh
+@@ -5051,7 +5051,7 @@ func_mode_link ()
+ # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
+ -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
+- -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
++ -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*)
+ func_quote_for_eval "$arg"
+ arg="$func_quote_for_eval_result"
+ func_append compile_command " $arg"