Re: [systemd-devel] [PATCH] FIx compilation of nspawn when seccomp is not enabled

2014-02-20 Thread Lennart Poettering
On Thu, 20.02.14 16:07, m...@zarb.org (m...@zarb.org) wrote:

Thanks! Applied!

 From: Michael Scherer m...@zarb.org
 
 ---
  Makefile.am | 6 +-
  1 file changed, 5 insertions(+), 1 deletion(-)
 
 diff --git a/Makefile.am b/Makefile.am
 index 08b94d7..e4ff7de 100644
 --- a/Makefile.am
 +++ b/Makefile.am
 @@ -1868,9 +1868,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 = \


Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH] FIx compilation of nspawn when seccomp is not enabled

2014-02-20 Thread misc
From: Michael Scherer m...@zarb.org

---
 Makefile.am | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 08b94d7..e4ff7de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1868,9 +1868,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 = \
-- 
1.8.5.3

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel