3 select BR2_PACKAGE_LIBCAP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on BR2_USE_MMU # fork()
6 # build system forcefully builds a shared library
7 depends on !BR2_STATIC_LIBS
8 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # setns() system call
10 Linux Containers (LXC), provides the ability to group and isolate
11 of a set of processes in a jail by virtualizing and accounting the
12 kernel resources. It is similar to Linux-Vserver or Openvz.
14 https://linuxcontainers.org/
16 comment "lxc needs a toolchain w/ threads, headers >= 3.0, dynamic library"
17 depends on BR2_USE_MMU
18 depends on !BR2_TOOLCHAIN_HAS_THREADS \
19 || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \