From 86f9af4848ea621989bd789a116e61de4ee9ed72 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 28 Apr 2017 13:07:02 +0200 Subject: [PATCH] mtools: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- lfs/mtools | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/mtools b/lfs/mtools index 33de43f897..d9b98921ec 100644 --- a/lfs/mtools +++ b/lfs/mtools @@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install -- 2.39.5