[openwrt/openwrt] gettext-full: set gperf as build prerequisite
LEDE Commits
lede-commits at lists.infradead.org
Thu May 4 11:07:27 PDT 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f7fbe77115924d831dfa7e5b9dc8903b4ccaaf07
commit f7fbe77115924d831dfa7e5b9dc8903b4ccaaf07
Author: Michael Pratt <mcpratt at pm.me>
AuthorDate: Sun Apr 16 23:20:57 2023 -0400
gettext-full: set gperf as build prerequisite
Require gperf to be built before gettext.
Signed-off-by: Michael Pratt <mcpratt at pm.me>
---
package/libs/gettext-full/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile
index 6e185a37ab..440cff1341 100644
--- a/package/libs/gettext-full/Makefile
+++ b/package/libs/gettext-full/Makefile
@@ -25,6 +25,8 @@ PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_DEPENDS:=gettext-full/host
PKG_BUILD_PARALLEL:=0
+
+HOST_BUILD_DEPENDS:=gperf/host
HOST_BUILD_PARALLEL:=0
PKG_SUBDIRS:= \
More information about the lede-commits
mailing list