From: Michael Tremer Date: Sat, 6 May 2017 08:10:35 +0000 (+0200) Subject: lcd4linux: FTBFS on aarch64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c92d38f52eff608f00b8066483a67b9e15f38da6;p=people%2Fms%2Fipfire-2.x.git lcd4linux: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- diff --git a/lfs/lcd4linux b/lfs/lcd4linux index 79e9d5a2e4..1baf399b0e 100644 --- a/lfs/lcd4linux +++ b/lfs/lcd4linux @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --with-plugins=all,!qnaplog,!dbus --prefix=/usr cd $(DIR_APP) && make cd $(DIR_APP) && make install