From: Michael Tremer Date: Fri, 5 Feb 2021 11:49:30 +0000 (-0500) Subject: flex: Update automake scripts X-Git-Tag: v2.25-core155~34^2~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a69c7a2ab812a488dcd5a6bdf33af1effd95aa35;p=ipfire-2.x.git flex: Update automake scripts Signed-off-by: Michael Tremer --- 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