From: Michael Tremer Date: Fri, 28 Apr 2017 11:07:02 +0000 (+0200) Subject: mtools: FTBFS on aarch64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86f9af4848ea621989bd789a116e61de4ee9ed72;p=people%2Fms%2Fipfire-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