Index: base/Makefile
===================================================================
--- base/Makefile (revision 81)
+++ base/Makefile (revision 82)
@@ -653,6 +653,14 @@
REQUIRES += secure/libcgroup/0.41-x86_32
endif
+REQUIRES += libs/libseccomp/2.5.4
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += libs/libseccomp/2.5.4-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += libs/libseccomp/2.5.4-x86_32
+endif
+
REQUIRES += libs/libstrophe/0.10.1
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
REQUIRES += libs/libstrophe/0.10.1-ppc32