From 6e07c9c7a01187062d6bf26e508be5d43d3509e3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 5 Feb 2021 06:49:30 -0500 Subject: [PATCH] flex: Update automake scripts Signed-off-by: Michael Tremer --- lfs/flex | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/flex b/lfs/flex index 65247f308a..2653cbec6e 100644 --- a/lfs/flex +++ b/lfs/flex @@ -82,6 +82,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) && patch -p1 < $(DIR_SRC)/src/patches/flex-2.6.4-fix-build-width-glibc-2.6+.patch cd $(DIR_APP) && HELP2MAN=$(TOOLS_DIR)/bin/true \ ./configure --prefix=$(PREFIX) --disable-nls -- 2.39.5