package/exim: fix SELinux
Build is broken since commit 6aeee40073
because services/mta module is mandatory with exim
Fixes:
- http://autobuild.buildroot.org/results/7032d13c4a1b5979f6737d1482a8452e26c705aa
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
6a7decee50
commit
5428413f77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user