From: Michael Tremer Date: Wed, 3 May 2017 16:32:41 +0000 (+0200) Subject: faad2: FTBFS on aarch64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34d6b95c59e4a9be34dea58d2a21af2e1ee96c98;p=people%2Fms%2Fipfire-2.x.git 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)