From: Michael Tremer Date: Fri, 4 Dec 2015 21:14:47 +0000 (+0000) Subject: ebtables: Honour CFLAGS X-Git-Tag: v2.17-core97~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5ba61b89b9bcc818fb3f856ae44f4234680e07e;p=ipfire-2.x.git ebtables: Honour CFLAGS Signed-off-by: Michael Tremer --- diff --git a/lfs/ebtables b/lfs/ebtables index a7da3491c7..0c55a21c58 100644 --- a/lfs/ebtables +++ b/lfs/ebtables @@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make $(MAKETUNING) CFLAGS="$(CFLAGS)" cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)