From: Michael Tremer Date: Mon, 1 May 2017 21:19:09 +0000 (+0200) Subject: nfs: FTBFS on aarch64 X-Git-Tag: v2.21-core122~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af66da9327a17be3ccef3ce071df5244cfe6b520;p=people%2Fstevee%2Fipfire-2.x.git nfs: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- diff --git a/lfs/nfs b/lfs/nfs index b33c3885ee..e2e6ff9b1f 100644 --- a/lfs/nfs +++ b/lfs/nfs @@ -82,8 +82,9 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && tar zxf $(DIR_DL)/libnfsidmap-$(LIBNFSIDMAP).tar.gz + + $(UPDATE_AUTOMAKE) cd $(DIR_APP)/libnfsidmap* && ./configure --prefix=/usr cd $(DIR_APP)/libnfsidmap* && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP)/libnfsidmap* && make install