From ee1a3654dcc74b60ae78394e06d5927bc1fa23af Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Tue, 13 Apr 2021 08:25:55 -0300 Subject: 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/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/ocserv/Makefile') 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) -- cgit v1.2.3