From: Michael Tremer Date: Wed, 26 Apr 2017 14:17:14 +0000 (+0200) Subject: libart: FTBFS on aarch64 X-Git-Tag: v2.21-core122~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82e736d506c4a47eacc1831fbaa42971e989d29b;p=ipfire-2.x.git libart: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- 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