From: Michael Tremer Date: Fri, 28 Apr 2017 12:36:54 +0000 (+0200) Subject: spandsp: FTBFS on aarch64 X-Git-Tag: v2.21-core122~83 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=ee44ada7a3c0c790482c81e990c0ace92b81a609 spandsp: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- diff --git a/lfs/spandsp b/lfs/spandsp index 9a908aae51..6ad72d92bb 100644 --- a/lfs/spandsp +++ b/lfs/spandsp @@ -77,6 +77,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