mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
The target variant depends on CGO linking, so propagate it to the host variant as well. Fixes: http://autobuild.buildroot.org/results/30b/30b81b6f84613296b9e1f162e5ddd7f25b89ba23/ Signed-off-by: Yann E. MORIN <yann.morin@orange.com> Cc: Christian Stewart <christian@aperture.us> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
config BR2_PACKAGE_HOST_RUNC
|
|
bool "host runc"
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_CGO_LINKING_SUPPORTS
|
|
select BR2_PACKAGE_HOST_GO
|
|
help
|
|
runC is a CLI tool for spawning and running containers
|
|
according to the OCI specification.
|
|
|
|
https://github.com/opencontainers/runc
|