mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43891 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
443 B
Diff
12 lines
443 B
Diff
--- 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])
|