projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6362a04
)
policycoreutils: add nls.mk
author
Rosen Penev
<rosenp@gmail.com>
Wed, 2 Sep 2020 21:25:19 +0000
(14:25 -0700)
committer
Daniel Golle
<daniel@makrotopia.org>
Wed, 2 Sep 2020 23:33:20 +0000
(
00:33
+0100)
Fixes compilation under uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
package/utils/policycoreutils/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/policycoreutils/Makefile
b/package/utils/policycoreutils/Makefile
index 0cebec7ece1296bada55c87bf7cb3b41c66ccb9b..34c186e62e9f901d1211dcb0bd2e04615eb306f1 100644
(file)
--- 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