From 42052c37e5683ee5141c925294a9219dee98d4ea Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 5 May 2017 13:30:36 +0200 Subject: [PATCH] gutenprint: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- lfs/gutenprint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/gutenprint b/lfs/gutenprint index 1124a3f691..b5428ec6a8 100644 --- a/lfs/gutenprint +++ b/lfs/gutenprint @@ -76,8 +76,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) - cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc cd $(DIR_APP) && make cd $(DIR_APP) && make install -- 2.39.2