aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/policycoreutils
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-09-02 14:25:19 -0700
committerDaniel Golle <daniel@makrotopia.org>2020-09-03 00:33:20 +0100
commit7a5e4f5f0090ab257815d890964562debae0a6a9 (patch)
tree754916b783e737e70a280b2e2b270824e955ccb5 /package/utils/policycoreutils
parent6362a04725b859ac306e54359b14ea2612af28db (diff)
downloadupstream-7a5e4f5f0090ab257815d890964562debae0a6a9.tar.gz
upstream-7a5e4f5f0090ab257815d890964562debae0a6a9.tar.bz2
upstream-7a5e4f5f0090ab257815d890964562debae0a6a9.zip
policycoreutils: add nls.mk
Fixes compilation under uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/utils/policycoreutils')
-rw-r--r--package/utils/policycoreutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/utils/policycoreutils/Makefile b/package/utils/policycoreutils/Makefile
index 0cebec7ece..34c186e62e 100644
--- a/package/utils/policycoreutils/Makefile
+++ b/package/utils/policycoreutils/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=policycoreutils
PKG_VERSION:=3.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/20200710
@@ -22,6 +22,7 @@ PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
define Package/policycoreutils
SECTION:=utils