From: Michael Tremer Date: Wed, 3 May 2017 16:32:41 +0000 (+0200) Subject: faad2: FTBFS on aarch64 X-Git-Tag: v2.21-core122~64 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=8529be58bd36aab3295b4284250c2b1229e08df3 faad2: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- diff --git a/lfs/faad2 b/lfs/faad2 index 7cadb9aef6..5489aa51b5 100644 --- a/lfs/faad2 +++ b/lfs/faad2 @@ -77,10 +77,10 @@ $(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 \ --enable-shared - cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)