From da08667483bc31f68300e39af4c3c1855fc84933 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 17 Aug 2020 22:49:06 -0700 Subject: [PATCH] logrotate: remove selinux support Signed-off-by: Rosen Penev --- utils/logrotate/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/utils/logrotate/Makefile b/utils/logrotate/Makefile index 46c415319c..b4aee5bb13 100644 --- a/utils/logrotate/Makefile +++ b/utils/logrotate/Makefile @@ -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, \