From: Michael Tremer Date: Wed, 26 Apr 2017 14:33:00 +0000 (+0200) Subject: libxslt: FTBFS on aarch64 X-Git-Tag: v2.21-core122~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abb65e20b64bfc0a1a0b6b8c3fa78253fe0f1957;p=people%2Fstevee%2Fipfire-2.x.git libxslt: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- diff --git a/lfs/libxslt b/lfs/libxslt index 1339f42f95..e0ea795429 100644 --- a/lfs/libxslt +++ b/lfs/libxslt @@ -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