From: John Crispin Date: Thu, 6 Jul 2017 06:57:27 +0000 (+0200) Subject: tools/flex: add autoreconf X-Git-Tag: v18.06.0-rc1~2559 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6b127d86390f85e92e59f3dba04fa585efb3b2c5;p=openwrt%2Fopenwrt.git tools/flex: add autoreconf build blows up on latest debian due to automake mismatch Signed-off-by: John Crispin --- diff --git a/tools/flex/Makefile b/tools/flex/Makefile index 1398b1ae51..ca9aa98989 100644 --- a/tools/flex/Makefile +++ b/tools/flex/Makefile @@ -15,6 +15,7 @@ PKG_HASH:=e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995 HOST_FIXUP:=autoreconf HOST_BUILD_PARALLEL:=1 +HOST_FIXUP:=autoreconf include $(INCLUDE_DIR)/host-build.mk