[systemd-commits] Makefile.am
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Feb 20 18:10:25 PST 2014
Makefile.am | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 8eea53dd45265d8cb92bfdb161a425a1668c10c0
Author: Michael Scherer <misc at zarb.org>
Date: Thu Feb 20 16:07:08 2014 +0100
build-sys: Fix compilation of nspawn when seccomp is not enabled
diff --git a/Makefile.am b/Makefile.am
index 85d51b4..56cdb85 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 = \
More information about the systemd-commits
mailing list