aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd/patches/002-no-stack-protector.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-10-10 13:17:14 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-10-10 13:17:14 +0000
commit47ea3c7feeb6d1a97511c4f4e2f663c36e09d3db (patch)
tree847d30496df1f25414a9e97afc1b1ab9f188d80e /package/network/services/lldpd/patches/002-no-stack-protector.patch
parent11549e1b7342c4d64391f3f5f05a1a97828725b0 (diff)
downloadupstream-47ea3c7feeb6d1a97511c4f4e2f663c36e09d3db.tar.gz
upstream-47ea3c7feeb6d1a97511c4f4e2f663c36e09d3db.tar.bz2
upstream-47ea3c7feeb6d1a97511c4f4e2f663c36e09d3db.zip
lldpd: move to trunk and add myself as maintainer
SVN-Revision: 33700
Diffstat (limited to 'package/network/services/lldpd/patches/002-no-stack-protector.patch')
-rw-r--r--package/network/services/lldpd/patches/002-no-stack-protector.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/network/services/lldpd/patches/002-no-stack-protector.patch b/package/network/services/lldpd/patches/002-no-stack-protector.patch
new file mode 100644
index 0000000000..0a0c6fbb69
--- /dev/null
+++ b/package/network/services/lldpd/patches/002-no-stack-protector.patch
@@ -0,0 +1,10 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -48,7 +48,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])