From: Michael Tremer Date: Sat, 6 May 2017 08:36:02 +0000 (+0200) Subject: bird: FTBFS on aarch64 X-Git-Tag: v2.21-core122~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9069a2d075927057090c0d82ac1ebbcecbbe8f66;p=people%2Fstevee%2Fipfire-2.x.git bird: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- diff --git a/lfs/bird b/lfs/bird index b984505fb8..e7b89bdd0e 100644 --- a/lfs/bird +++ b/lfs/bird @@ -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 \