aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd/patches/.svn/text-base/002-no-stack-protector.patch.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/lldpd/patches/.svn/text-base/002-no-stack-protector.patch.svn-base')
-rw-r--r--package/network/services/lldpd/patches/.svn/text-base/002-no-stack-protector.patch.svn-base10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/network/services/lldpd/patches/.svn/text-base/002-no-stack-protector.patch.svn-base b/package/network/services/lldpd/patches/.svn/text-base/002-no-stack-protector.patch.svn-base
new file mode 100644
index 0000000..dc861ba
--- /dev/null
+++ b/package/network/services/lldpd/patches/.svn/text-base/002-no-stack-protector.patch.svn-base
@@ -0,0 +1,10 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -62,7 +62,6 @@ AX_CFLAGS_GCC_OPTION([-Wformat])
+ AX_CFLAGS_GCC_OPTION([-Wformat-security])
+ AX_CFLAGS_GCC_OPTION([-Wcast-align])
+ AX_CFLAGS_GCC_OPTION([-Winline])
+-AX_CFLAGS_GCC_OPTION([-fstack-protector])
+ AX_CFLAGS_GCC_OPTION([-D_FORTIFY_SOURCE=2])
+ AX_CFLAGS_GCC_OPTION([-Wdeclaration-after-statement])
+ AX_CFLAGS_GCC_OPTION([-Wno-unused-parameter])