Ver código fonte

package/skopeo: needs CGO linking for host

Fixes: http://autobuild.buildroot.org/results/35e/35ec43c0970f001e422d0b2ca6f8319deea2cde4/

Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Yann E. MORIN 1 ano atrás
pai
commit
410995b712
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      package/skopeo/Config.in.host

+ 1 - 0
package/skopeo/Config.in.host

@@ -1,6 +1,7 @@
 config BR2_PACKAGE_HOST_SKOPEO
 config BR2_PACKAGE_HOST_SKOPEO
 	bool "host skopeo"
 	bool "host skopeo"
 	depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
 	depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
+	depends on BR2_PACKAGE_HOST_GO_HOST_CGO_LINKING_SUPPORTS
 	help
 	help
 	  skopeo is a command line utility that performs various
 	  skopeo is a command line utility that performs various
 	  operations on container images and image repositories.
 	  operations on container images and image repositories.