From d681408b340a4143dc47e343e6fbc42b7c6db670 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Fri, 15 Apr 2022 15:00:28 -0500 Subject: [PATCH] flex: use PKG_FIXUP:=autoreconf gettext-version This change aims to fix build problems that produce the error "gettext infrastructure mismatch". References: - See the commit comments at: https://github.com/openwrt/packages/commit/baaf7f95cb5259724e28158510d9bcd152d4f693 Signed-off-by: W. Michael Petullo --- devel/flex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/flex/Makefile b/devel/flex/Makefile index 0f4751c146..5f2c12e0c6 100644 --- a/devel/flex/Makefile +++ b/devel/flex/Makefile @@ -13,7 +13,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/westes/flex/releases/download/v$(PKG_VERSION)/ PKG_HASH:=e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995 -PKG_FIXUP:=autoreconf +PKG_FIXUP:=autoreconf gettext-version PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=BSD-2-Clause