From: Michael Tremer Date: Fri, 28 Apr 2017 11:07:02 +0000 (+0200) Subject: mtools: FTBFS on aarch64 X-Git-Tag: v2.21-core122~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98464119bdae3b000e3304dc81fc984c259b635b;p=ipfire-2.x.git mtools: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- 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