lxc: hide seccomp support for arc
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Wed, 15 May 2019 12:40:45 +0000 (09:40 -0300)
committerEneas U de Queiroz <cote2004-github@yahoo.com>
Wed, 15 May 2019 12:48:42 +0000 (09:48 -0300)
libseccomp does not compile for arc, so we can't show that option for
arc.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
utils/lxc/Config.in

index 3340a3c2f1b109a761f4fbc995cb38cf0d77d9bd..b655d3e594590944d6f3069a798279b681705d41 100644 (file)
@@ -38,6 +38,7 @@ config LXC_BUSYBOX_OPTIONS
 config LXC_SECCOMP
        bool "Enable support for seccomp in LXC"
        default KERNEL_SECCOMP
+       depends on !arc
        help
          Build LXC with support for seccomp filters.
          Select libseccomp which also pulls-in the needed kernel features.