]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
nfs: FTBFS on aarch64
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 1 May 2017 21:19:09 +0000 (23:19 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 May 2018 11:04:21 +0000 (12:04 +0100)
Needed automake update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/nfs

diff --git a/lfs/nfs b/lfs/nfs
index b33c3885ee4c825147348aa25dd5e15c0d902033..e2e6ff9b1f59eeeb10bf4d2d6fbb83032bee5aad 100644 (file)
--- 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