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/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'net/ocserv/Config.in') 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 -- cgit v1.2.3