From: Michael Tremer Date: Mon, 1 May 2017 14:31:53 +0000 (+0200) Subject: libvorbis: FTBFS on aarch64 X-Git-Tag: v2.21-core122~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9eaf776c18b0497116b4504ee80e26ca2663e5ca;p=ipfire-2.x.git libvorbis: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- diff --git a/lfs/libvorbis b/lfs/libvorbis index 8213e3991d..2b47be629a 100644 --- a/lfs/libvorbis +++ b/lfs/libvorbis @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install