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:
Eneas U de Queiroz 2021-04-13 08:25:55 -03:00
parent 583dbec703
commit ee1a3654dc
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ config OCSERV_PAM
config OCSERV_SECCOMP
bool "enable seccomp"
depends on !arc
default n
config OCSERV_RADIUS

View File

@ -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)