[Buildroot] [git commit] package/exim: fix SELinux
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-07-30 21:36:54
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-07-30 21:36:54
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=5428413f77e5a0246319c3fcbd50b757b7ae9135 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Build is broken since commit 6aeee4007322574083533a71c2be9a74e2faed55 because services/mta module is mandatory with exim Fixes: - http://autobuild.buildroot.org/results/7032d13c4a1b5979f6737d1482a8452e26c705aa Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- package/exim/exim.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/exim/exim.mk b/package/exim/exim.mk
index bfb14dcb23..e90419a286 100644
--- a/package/exim/exim.mk
+++ b/package/exim/exim.mk@@ -10,7 +10,7 @@ EXIM_SITE = https://ftp.exim.org/pub/exim/exim4 EXIM_LICENSE = GPL-2.0+ EXIM_LICENSE_FILES = LICENCE EXIM_CPE_ID_VENDOR = exim -EXIM_SELINUX_MODULES = exim +EXIM_SELINUX_MODULES = exim mta EXIM_DEPENDENCIES = host-berkeleydb host-pcre pcre berkeleydb host-pkgconf # Modify a variable value. It must already exist in the file, either
_______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot