aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd/patches/002-no-stack-protector.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-05-28 16:19:38 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-05-28 16:19:38 +0000
commit2d0e828088a71d6ad74ebc219fcebe6ba6de01de (patch)
treefc1d68e00bd38a4b2e9d827d4e0c56a02c162115 /package/network/services/lldpd/patches/002-no-stack-protector.patch
parentba1290ae1cb1cd7a1dd0c37b8b9310c5bb69f52b (diff)
downloadupstream-2d0e828088a71d6ad74ebc219fcebe6ba6de01de.tar.gz
upstream-2d0e828088a71d6ad74ebc219fcebe6ba6de01de.tar.bz2
upstream-2d0e828088a71d6ad74ebc219fcebe6ba6de01de.zip
lldpd: update to v0.7.15 and add support for parsing /etc/openwrt_release
Also drop superseded patches. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45810 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index e0db485ea3..0000000000
--- a/package/network/services/lldpd/patches/002-no-stack-protector.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -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])
--AX_CFLAGS_GCC_OPTION([-fstack-protector-strong])
- AX_CFLAGS_GCC_OPTION([-fno-omit-frame-pointer])
- AX_CFLAGS_GCC_OPTION([-D_FORTIFY_SOURCE=2])
- AX_CFLAGS_GCC_OPTION([-Wno-unused-parameter])