]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
whatmask: Fix build with GCC 14
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 Aug 2024 16:47:44 +0000 (16:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Aug 2024 10:01:01 +0000 (10:01 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/whatmask

index 4ac05dfb319e45d6062a4f57f3f9426a1c785ade..fc572edcd54fc2c118a0550430f58b9a9a4ca671 100644 (file)
@@ -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