docker-containerd: needs CGO linking
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 6 Jul 2016 21:06:02 +0000 (23:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 6 Jul 2016 21:06:02 +0000 (23:06 +0200)
Fixes:

  http://autobuild.buildroot.net/results/09a23c8926ce32408fbbfa1fb5b3ed7c4f8733e3/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/docker-containerd/Config.in

index 85843b8706e2f577b379834c835832760e7b015e..99af91718be4411330239dbddb8ca2bbfe85d272 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_DOCKER_CONTAINERD
        bool "docker-containerd"
        depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
+       depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_MMU # util-linux
        depends on BR2_USE_WCHAR # util-linux
@@ -17,5 +18,6 @@ config BR2_PACKAGE_DOCKER_CONTAINERD
 
 comment "docker-containerd needs a toolchain w/ threads, wchar"
        depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
+       depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
        depends on BR2_USE_MMU
        depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR