From: Michael Tremer Date: Fri, 28 Apr 2017 11:08:20 +0000 (+0200) Subject: sysfsutils: FTBFS on aarch64 X-Git-Tag: v2.21-core122~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b72d12b7ccc00f180ca7dc524bd86749e04605e;p=ipfire-2.x.git sysfsutils: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- diff --git a/lfs/sysfsutils b/lfs/sysfsutils index 4980f5e178..e854f1200d 100644 --- a/lfs/sysfsutils +++ b/lfs/sysfsutils @@ -71,6 +71,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="" cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install