flex: use PKG_FIXUP:=autoreconf gettext-version
authorW. Michael Petullo <mike@flyn.org>
Fri, 15 Apr 2022 20:00:28 +0000 (15:00 -0500)
committerNick Hainke <vincent@systemli.org>
Sun, 17 Apr 2022 20:46:00 +0000 (22:46 +0200)
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 <mike@flyn.org>
devel/flex/Makefile

index 0f4751c146b617a28cb89fd9786e4c413ae7752e..5f2c12e0c6c33fda8af2304fac712a18eb57f4f2 100644 (file)
@@ -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 <mike@flyn.org>
 PKG_LICENSE:=BSD-2-Clause