]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
expect: Update automake to fix build on aarch64
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Feb 2022 16:47:40 +0000 (16:47 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 5 Feb 2022 12:12:45 +0000 (12:12 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/expect

index ac4752be9855055430da639a697ddd7506a923a8..c5b8bee10c3d00b020881f1ef4156a3e1b324a4b 100644 (file)
@@ -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) \