[Buildroot] [PATCH] package/runc: enable uClibc support
Waldemar Brodkorb <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
fexecve was added to uClibc in 2019 in commit 858ffad217076227089cc17eb832db0bd1497792. Runtime tested on a Raspberry PI4 (64 Bit). System compiled with Bootlin Toolchain. Signed-off-by: Waldemar Brodkorb <[email protected]> --- package/runc/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/runc/Config.in b/package/runc/Config.in index 73eac72527..e4027fddaa 100644 --- a/package/runc/Config.in +++ b/package/runc/Config.in @@ -3,7 +3,6 @@ config BR2_PACKAGE_RUNC depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS depends on BR2_TOOLCHAIN_HAS_THREADS - depends on !BR2_TOOLCHAIN_USES_UCLIBC # no fexecve select BR2_PACKAGE_HOST_GO help runC is a CLI tool for spawning and running containers @@ -14,4 +13,4 @@ config BR2_PACKAGE_RUNC comment "runc needs a glibc or musl toolchain w/ threads" depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS && \ BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS - depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_UCLIBC + depends on !BR2_TOOLCHAIN_HAS_THREADS -- 2.47.3 _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot