mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
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
|
SYSTEMD_CONF_OPT += --disable-gudev
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_SYSTEMD_ALL_EXTRAS),y)
|
||||||
SYSTEMD_DEPENDENCIES += \
|
SYSTEMD_DEPENDENCIES += \
|
||||||
xz \
|
xz \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user