aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd/patches
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-09 12:35:09 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-01-09 12:35:09 +0000
commitb9cc92cad48d0dfc413287639f1a649ef00ed655 (patch)
tree28684d42047a1f6536fefce71515f76046f096ed /package/network/services/lldpd/patches
parent1390e5d1964ad244bb465ea930b0cc8894810fe6 (diff)
downloadmaster-187ad058-b9cc92cad48d0dfc413287639f1a649ef00ed655.tar.gz
master-187ad058-b9cc92cad48d0dfc413287639f1a649ef00ed655.tar.bz2
master-187ad058-b9cc92cad48d0dfc413287639f1a649ef00ed655.zip
lldpd: update to v0.7.13
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43891 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/lldpd/patches')
-rw-r--r--package/network/services/lldpd/patches/002-no-stack-protector.patch4
1 files changed, 2 insertions, 2 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
index 8a49d2d134..e0db485ea3 100644
--- a/package/network/services/lldpd/patches/002-no-stack-protector.patch
+++ b/package/network/services/lldpd/patches/002-no-stack-protector.patch
@@ -1,7 +1,7 @@
--- a/configure.ac
+++ b/configure.ac
-@@ -62,7 +62,5 @@ AX_CFLAGS_GCC_OPTION([-Wformat])
- AX_CFLAGS_GCC_OPTION([-Wformat-security])
+@@ -75,8 +75,6 @@ AX_CFLAGS_GCC_OPTION([-Wformat-security]
+ AX_CFLAGS_GCC_OPTION([-Wfatal-errors])
AX_CFLAGS_GCC_OPTION([-Wcast-align])
AX_CFLAGS_GCC_OPTION([-Winline])
-AX_CFLAGS_GCC_OPTION([-fstack-protector])