From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 60/62] make: Run autoreconf after applying patches Date: Sun, 16 Aug 2020 10:29:51 +0000 Message-ID: <20200816102953.3881-60-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2324149230066622150==" List-Id: --===============2324149230066622150== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/make | 1 + 1 file changed, 1 insertion(+) 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-f= ix.patch cd $(DIR_APP) && patch -p1 < $(DIR_SRC)/src/patches/make-4.2.1-glob-SEGV.pa= tch + cd $(DIR_APP) && autoreconf -vfi cd $(DIR_APP) && ./configure --prefix=3D$(PREFIX) --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install --=20 2.20.1 --===============2324149230066622150==--