]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
joe: FTBFS on aarch64
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 May 2017 08:09:57 +0000 (10:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 May 2018 11:05:43 +0000 (12:05 +0100)
Needed automake update

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

diff --git a/lfs/joe b/lfs/joe
index 73a0d36119d5c8f13e1416fbe023fb5da59bee94..cc2d2d6558bbb1adc28ef3c50b842dd2dfe7931f 100644 (file)
--- a/lfs/joe
+++ b/lfs/joe
@@ -77,6 +77,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
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install