packages/net/apf/patches/001-cflags_override.patch
florian acd699849c apf: do not override CFLAGS in configure script
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:02 +00:00

12 lines
341 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -28,8 +28,6 @@ AC_CONFIG_FILES([Makefile
modules/Makefile
src/Makefile])
-CFLAGS="-pedantic -Wall -O2"
-
# Enabling/disabling asserts and debugging
AC_MSG_CHECKING(whether to enable debugging)
AC_ARG_ENABLE(debug, [ --enable-debug=[no/yes] turn on debugging