diff options
author | Paul Spooren <mail@aparcar.org> | 2020-09-28 09:48:26 -1000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-10-01 04:14:50 +0100 |
commit | 624298dc27d6306015bf79cacf905e4e1a33026c (patch) | |
tree | d58d088db882c45856e0a4044bccc8f99d6ab2ea /package/utils/policycoreutils | |
parent | 86fdc8abed5992a74078b000b5ff9da723b6f46b (diff) | |
download | upstream-624298dc27d6306015bf79cacf905e4e1a33026c.tar.gz upstream-624298dc27d6306015bf79cacf905e4e1a33026c.tar.bz2 upstream-624298dc27d6306015bf79cacf905e4e1a33026c.zip |
policycoreutils: add missing gettext dependency
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>
Diffstat (limited to 'package/utils/policycoreutils')
-rw-r--r-- | package/utils/policycoreutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/policycoreutils/Makefile b/package/utils/policycoreutils/Makefile index a237542be6..6abb64f102 100644 --- a/package/utils/policycoreutils/Makefile +++ b/package/utils/policycoreutils/Makefile @@ -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 |