ocserv: don't build with libseccomp on ARC
libseccomp can't be built on ARC, so we must disable the option here as well. A different fix was first proposed by @zxlhhyccc in #15377. Fixes: #15313 Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
parent
583dbec703
commit
ee1a3654dc
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ config OCSERV_PAM
|
|||
|
||||
config OCSERV_SECCOMP
|
||||
bool "enable seccomp"
|
||||
depends on !arc
|
||||
default n
|
||||
|
||||
config OCSERV_RADIUS
|
||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=ocserv
|
||||
PKG_VERSION:=1.1.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_USE_MIPS16:=0
|
||||
|
||||
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
|
Loading…
Reference in a new issue