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:
Jérôme Pouiller 2014-09-23 11:45:45 +02:00 committed by Thomas Petazzoni
parent 02505644ab
commit 6653f58a57
1 changed files with 7 additions and 0 deletions

View File

@ -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 \