From 82e736d506c4a47eacc1831fbaa42971e989d29b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 26 Apr 2017 16:17:14 +0200 Subject: [PATCH] libart: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- lfs/libart | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/libart b/lfs/libart index 5d32e0e275..50c796a042 100644 --- a/lfs/libart +++ b/lfs/libart @@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(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