[60/62] make: Run autoreconf after applying patches

Message ID 20200816102953.3881-60-michael.tremer@ipfire.org
State Accepted
Commit c9e4607e8849d4b3148005575a15240a23e76a39
Headers
Series [01/62] bison: Update to 3.7.1 |

Commit Message

Michael Tremer Aug. 16, 2020, 10:29 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/make | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/lfs/make b/lfs/make
index 411a1b008..971b705df 100644
--- 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