systemd: make libseccomp usage deterministic
[Thomas: fix minor typo in commit title.] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
02505644ab
commit
6653f58a57
@ -76,6 +76,13 @@ else
|
||||
SYSTEMD_CONF_OPT += --disable-gudev
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
|
||||
SYSTEMD_CONF_OPT += --enable-seccomp
|
||||
SYSTEMD_DEPENDENCIES += libseccomp
|
||||
else
|
||||
SYSTEMD_CONF_OPT += --disable-seccomp
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD_ALL_EXTRAS),y)
|
||||
SYSTEMD_DEPENDENCIES += \
|
||||
xz \
|
||||
|
Loading…
Reference in New Issue
Block a user