From 17e0f6ce8f9eda27240fefedb458b7988909a0b5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 22 Feb 2021 11:02:23 +0000 Subject: [PATCH] fetchmail: Update automake Signed-off-by: Michael Tremer --- lfs/fetchmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/fetchmail b/lfs/fetchmail index cde51fadba..5e8aae4169 100644 --- a/lfs/fetchmail +++ b/lfs/fetchmail @@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fetchmail-6.3.26-permit-build-without-ssl3.patch - + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure \ --prefix=/usr \ --with-ssl \ -- 2.39.5