From: Michael Tremer Date: Wed, 26 Apr 2017 14:23:12 +0000 (+0200) Subject: popt: FTBFS on aarch64 X-Git-Tag: v2.21-core122~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c570238547492e61de656ec4fe9b2d92f7560464;p=people%2Fstevee%2Fipfire-2.x.git popt: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- diff --git a/lfs/popt b/lfs/popt index 20828de39a..806ec7fa21 100644 --- a/lfs/popt +++ b/lfs/popt @@ -70,6 +70,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 --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install