summaryrefslogtreecommitdiffstats
path: root/package/radvd/radvd-02-drop-stack-protector.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/radvd/radvd-02-drop-stack-protector.patch')
-rw-r--r--package/radvd/radvd-02-drop-stack-protector.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/radvd/radvd-02-drop-stack-protector.patch b/package/radvd/radvd-02-drop-stack-protector.patch
new file mode 100644
index 0000000000..532c1b64ba
--- /dev/null
+++ b/package/radvd/radvd-02-drop-stack-protector.patch
@@ -0,0 +1,15 @@
+Don't force -fstack-protector, the toolchain might lack support for it.
+
+Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+
+diff -Nura radvd-2.1.orig/Makefile.am radvd-2.1/Makefile.am
+--- radvd-2.1.orig/Makefile.am 2014-07-22 08:23:12.642260069 -0300
++++ radvd-2.1/Makefile.am 2014-07-22 08:26:42.651380759 -0300
+@@ -43,7 +43,6 @@
+
+ AM_CFLAGS = \
+ -fno-strict-aliasing \
+- -fstack-protector \
+ $(ENABLE_WARNINGS) \
+ $(DISABLE_WARNINGS)
+
OpenPOWER on IntegriCloud