diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-03-12 18:29:52 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-03-12 18:29:54 +0100 |
commit | e3199d1ffe814cc604e1300a0778b9e6b0d4e861 (patch) | |
tree | 1b9b11dbcbede2be81713fd23664cc3e641de0d2 /libs/libseccomp | |
parent | f55314de0ed1d91c8143946e101515c70587565b (diff) |
seccomp: depends on CONFIG_KERNEL_SECCOMP
Resolves #935
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'libs/libseccomp')
-rw-r--r-- | libs/libseccomp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/libseccomp/Makefile b/libs/libseccomp/Makefile index 217c847e0..d8fc31ba2 100644 --- a/libs/libseccomp/Makefile +++ b/libs/libseccomp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libseccomp PKG_VERSION:=2.2.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -21,6 +21,9 @@ PKG_INSTALL:=1 PKG_LIBTOOL_PATHS:=. lib PKG_CHECK_FORMAT_SECURITY:=0 +PKG_CONFIG_DEPENDS:= \ + CONFIG_KERNEL_SECCOMP + include $(INCLUDE_DIR)/package.mk |