From: Michael Tremer Date: Fri, 5 May 2017 17:03:47 +0000 (+0200) Subject: crda: Compile fix for newer GCC X-Git-Tag: v2.19-core112~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b271259b7ef4e8f8e4469ad129a895c8ec1928ba;p=ipfire-2.x.git crda: Compile fix for newer GCC Signed-off-by: Michael Tremer --- diff --git a/lfs/crda b/lfs/crda index 8bee2584ba..621a6b549a 100644 --- a/lfs/crda +++ b/lfs/crda @@ -71,6 +71,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && sed -e "s/-Werror//g" -i Makefile cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)