From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 20/28] expect: Update automake to fix build on aarch64 Date: Fri, 04 Feb 2022 16:47:40 +0000 Message-ID: <20220204164748.315559-20-michael.tremer@ipfire.org> In-Reply-To: <20220204164748.315559-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5581968143208488084==" List-Id: --===============5581968143208488084== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/expect | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/expect b/lfs/expect index ac4752be9..c5b8bee10 100644 --- a/lfs/expect +++ b/lfs/expect @@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) $(DIR_SRC)/tcl* && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(= DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure \ --prefix=3D$(TOOLS_DIR) \ --build=3D$(BUILDTARGET) \ --=20 2.30.2 --===============5581968143208488084==--