policycoreutils: add missing gettext dependency
authorPaul Spooren <mail@aparcar.org>
Mon, 28 Sep 2020 19:48:26 +0000 (09:48 -1000)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 1 Oct 2020 03:14:50 +0000 (04:14 +0100)
Add missing build dependency to both host and target build. The `msgfmt`
is required which is missing without gettext-full.

Signed-off-by: Paul Spooren <mail@aparcar.org>
package/utils/policycoreutils/Makefile

index a237542be60cc8c4f48efc67fc39364c963fb5a5..6abb64f10200f0188870e7f74f20a86b27dcd7ce 100644 (file)
@@ -13,8 +13,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/20200710
 PKG_HASH:=c889f62ee80f8b6a369469a9b8af51f5b797975aeaa291f5c5960cc12eed1934
 PKG_INSTALL:=1
-HOST_BUILD_DEPENDS:=libsemanage/host
-PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam
+HOST_BUILD_DEPENDS:=libsemanage/host gettext-full/host
+PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam gettext-full/host
 
 PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 PKG_CPE_ID:=cpe:/a:selinuxproject:policycoreutils