From 6b127d86390f85e92e59f3dba04fa585efb3b2c5 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 6 Jul 2017 08:57:27 +0200 Subject: [PATCH] tools/flex: add autoreconf build blows up on latest debian due to automake mismatch Signed-off-by: John Crispin --- tools/flex/Makefile | 1 + 1 file changed, 1 insertion(+) 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