From c623cd76269ffa8ed346b52132327c2074e91288 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 27 Apr 2017 12:04:39 +0200 Subject: [PATCH] cyrus-sasl: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- lfs/cyrus-sasl | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/cyrus-sasl b/lfs/cyrus-sasl index 35fb8ddcc8..bcf4b511c8 100644 --- a/lfs/cyrus-sasl +++ b/lfs/cyrus-sasl @@ -82,6 +82,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) && sed -i '/sasl_global/s/^static //' lib/client.c cd $(DIR_APP) && sed -i 's/cat8/man8/' saslauthd/Makefile.am cd $(DIR_APP) && autoconf -- 2.39.2