mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-01 02:35:05 +00:00
build-sys: Fix compilation of nspawn when seccomp is not enabled
This commit is contained in:
committed by
Lennart Poettering
parent
6633045578
commit
8eea53dd45
+5
-1
@@ -1882,9 +1882,13 @@ systemd_nspawn_LDADD = \
|
||||
libsystemd-capability.la \
|
||||
libsystemd-internal.la \
|
||||
libudev-internal.la \
|
||||
libsystemd-shared.la \
|
||||
libsystemd-shared.la
|
||||
|
||||
if HAVE_SECCOMP
|
||||
systemd_nspawn_LDADD += \
|
||||
libsystemd-seccomp.la \
|
||||
$(SECCOMP_LIBS)
|
||||
endif
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
systemd_run_SOURCES = \
|
||||
|
||||
Reference in New Issue
Block a user