1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/net/flow-tools/patches/090-configure_cflags_override.patch
Florian Fainelli ef2df66cab 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>

SVN-Revision: 39801
2014-03-08 00:56:39 +00:00

12 lines
186 B
Diff

--- 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'