From: Michael Tremer Date: Sat, 29 Jan 2022 10:12:59 +0000 (+0000) Subject: expect: Update automake to fix build on aarch64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db686c8b35a048a2a7e3b73456662632b6071c98;p=people%2Fms%2Fipfire-2.x.git expect: Update automake to fix build on aarch64 Signed-off-by: Michael Tremer --- diff --git a/lfs/expect b/lfs/expect index ac4752be98..c5b8bee10c 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=$(TOOLS_DIR) \ --build=$(BUILDTARGET) \