From ee1a3654dcc74b60ae78394e06d5927bc1fa23af Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Tue, 13 Apr 2021 08:25:55 -0300 Subject: [PATCH] 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 --- net/ocserv/Config.in | 1 + net/ocserv/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ocserv/Config.in b/net/ocserv/Config.in index b6460cd8e..cf86bef17 100644 --- a/net/ocserv/Config.in +++ b/net/ocserv/Config.in @@ -9,6 +9,7 @@ config OCSERV_PAM config OCSERV_SECCOMP bool "enable seccomp" + depends on !arc default n config OCSERV_RADIUS diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index ed05a3a55..4431d9d3c 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -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)