From: Fabrice Fontaine Date: Sat, 31 Jul 2021 08:37:59 +0000 (+0200) Subject: package/apcupsd: fix SELinux X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3a68c2cf8695b156a215fa6d0dcb7bfa7df44e5;p=buildroot.git package/apcupsd: fix SELinux Add apache module as for now it is unconditionally used in apcupsd.fc to fix build failure raised since dc8b2905f1161918b856a9aff01a0607a50184ab Fixes: - No autobuilder failures yet Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- diff --git a/package/apcupsd/apcupsd.mk b/package/apcupsd/apcupsd.mk index 34815ffc1c..502d1b7152 100644 --- a/package/apcupsd/apcupsd.mk +++ b/package/apcupsd/apcupsd.mk @@ -9,7 +9,7 @@ APCUPSD_SITE = http://downloads.sourceforge.net/project/apcupsd/apcupsd%20-%20St APCUPSD_LICENSE = GPL-2.0 APCUPSD_LICENSE_FILES = COPYING APCUPSD_CPE_ID_VENDOR = apcupsd -APCUPSD_SELINUX_MODULES = apcupsd +APCUPSD_SELINUX_MODULES = apache apcupsd APCUPSD_CONF_OPTS = --disable-test ifneq ($(BR2_PACKAGE_APCUPSD_MODBUS_USB)$(BR2_PACKAGE_APCUPSD_USB),)