git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f55314d
)
seccomp: depends on CONFIG_KERNEL_SECCOMP
author
Nikos Mavrogiannopoulos
<redacted>
Thu, 12 Mar 2015 17:29:52 +0000
(18:29 +0100)
committer
Nikos Mavrogiannopoulos
<redacted>
Thu, 12 Mar 2015 17:29:54 +0000
(18:29 +0100)
Resolves #935
Signed-off-by: Nikos Mavrogiannopoulos <redacted>
libs/libseccomp/Makefile
patch
|
blob
|
history
diff --git
a/libs/libseccomp/Makefile
b/libs/libseccomp/Makefile
index 217c847e089c561eafd8bfd4a0a5305fc9ce1f11..d8fc31ba25692b52fddfddf21e317049991022ab 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT