From: Eneas U de Queiroz Date: Tue, 13 Apr 2021 11:25:55 +0000 (-0300) Subject: ocserv: don't build with libseccomp on ARC X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ee1a3654dcc74b60ae78394e06d5927bc1fa23af;p=openwrt-packages.git 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 --- 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)