logrotate: remove selinux support

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2020-08-17 22:49:06 -07:00
parent 6855683e3e
commit da08667483
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=logrotate
PKG_VERSION:=3.16.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/logrotate/logrotate/releases/download/$(PKG_VERSION)
@ -51,7 +51,9 @@ define Package/logrotate/conffiles
/etc/logrotate.conf
endef
CONFIGURE_ARGS += $(if $(CONFIG_LOGROTATE_ACL),--with,--without)-acl
CONFIGURE_ARGS += \
$(if $(CONFIG_LOGROTATE_ACL),--with,--without)-acl \
--without-selinux
define Build/Compile
$(call Build/Compile/Default, \