2
0
forked from Ivasoft/openwrt

lldpd: move to trunk and add myself as maintainer

SVN-Revision: 33700
This commit is contained in:
Jo-Philipp Wich
2012-10-10 13:17:14 +00:00
parent 11549e1b73
commit 47ea3c7fee
5 changed files with 154 additions and 0 deletions

View File

@@ -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])