]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/ebtables
ebtables: Honour CFLAGS
[ipfire-2.x.git] / lfs / ebtables
index a7da3491c7b4330a9efb8caed47c0c160e41919c..0c55a21c586d42874b245c3727d5111c0643cc92 100644 (file)
@@ -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)