From: Michael Tremer Date: Mon, 5 Aug 2024 16:47:44 +0000 (+0000) Subject: whatmask: Fix build with GCC 14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58cfcaf3052b1edcb3e3dd4dffc1f2ff4942a079;p=people%2Fmfischer%2Fipfire-2.x.git whatmask: Fix build with GCC 14 Signed-off-by: Michael Tremer --- diff --git a/lfs/whatmask b/lfs/whatmask index 4ac05dfb3..fc572edcd 100644 --- a/lfs/whatmask +++ b/lfs/whatmask @@ -73,6 +73,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && autoreconf -vfi cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install