diff options
author | W. Michael Petullo <mike@flyn.org> | 2022-04-15 15:00:28 -0500 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-04-17 22:46:00 +0200 |
commit | d681408b340a4143dc47e343e6fbc42b7c6db670 (patch) | |
tree | a65e6ca341e0b2dd0e5e9c8735369e0e91612326 /devel | |
parent | 49b1e63444454a7d9142d09bc96ca5eabb2ffabc (diff) |
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 <mike@flyn.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/flex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/flex/Makefile b/devel/flex/Makefile index 0f4751c14..5f2c12e0c 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 <mike@flyn.org> PKG_LICENSE:=BSD-2-Clause |