diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2021-04-13 08:25:55 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2021-04-14 22:52:42 -0300 |
commit | ee1a3654dcc74b60ae78394e06d5927bc1fa23af (patch) | |
tree | aac7addbc3e72101245d758f8cd9c4a88bd84754 /net/ocserv/Config.in | |
parent | 583dbec7036056e51259061356c9f54d7571e31b (diff) |
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>
Diffstat (limited to 'net/ocserv/Config.in')
-rw-r--r-- | net/ocserv/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |