flow-tools: do not hardcode CFLAGS
configure script hardcodes CFLAGS, fix that so we can get ours to be used. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39801 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
net/flow-tools/patches/090-configure_cflags_override.patch
Normal file
11
net/flow-tools/patches/090-configure_cflags_override.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -1662,7 +1662,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(inst
|
||||
|
||||
|
||||
|
||||
-CFLAGS="-g -Wall"
|
||||
+CFLAGS="${CFLAGS} -g -Wall"
|
||||
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
Reference in New Issue
Block a user