From b271259b7ef4e8f8e4469ad129a895c8ec1928ba Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 5 May 2017 19:03:47 +0200 Subject: [PATCH] crda: Compile fix for newer GCC Signed-off-by: Michael Tremer --- lfs/crda | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/crda b/lfs/crda index 8bee2584b..621a6b549 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)