]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
elinks: FTBFS on aarch64
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 27 May 2018 13:10:03 +0000 (13:10 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 May 2018 11:09:38 +0000 (12:09 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/elinks

index 7ab726e92ccfc2b3ca31b11643a4d4c7d5f7d30a..07f7fb2522646cf9f65d7f4801f640086571fae6 100644 (file)
@@ -80,6 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/elinks-0.12pre6-openssl11.patch
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/elinks-0.11.0-ssl-noegd.patch
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install