]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make: Run autoreconf after applying patches
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 Aug 2020 23:28:35 +0000 (23:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Aug 2020 10:29:43 +0000 (10:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/make

index 411a1b008e387d22a203bc69768fb5aa3290567b..971b705dfa46171547fb524f7ba5188540448562 100644 (file)
--- a/lfs/make
+++ b/lfs/make
@@ -90,6 +90,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -p1 < $(DIR_SRC)/src/patches/make-4.2.1-glob-build-fix.patch
        cd $(DIR_APP) && patch -p1 < $(DIR_SRC)/src/patches/make-4.2.1-glob-SEGV.patch
+       cd $(DIR_APP) && autoreconf -vfi
        cd $(DIR_APP) && ./configure --prefix=$(PREFIX) --disable-nls
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install