summaryrefslogtreecommitdiffstats
path: root/recipes-containers/containerd/containerd.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/containerd/containerd.inc')
-rw-r--r--recipes-containers/containerd/containerd.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/containerd/containerd.inc b/recipes-containers/containerd/containerd.inc
index 18d9188e..e7a37192 100644
--- a/recipes-containers/containerd/containerd.inc
+++ b/recipes-containers/containerd/containerd.inc
@@ -38,6 +38,7 @@ do_compile() {
38 38
39 # Pass the needed cflags/ldflags so that cgo 39 # Pass the needed cflags/ldflags so that cgo
40 # can find the needed headers files and libraries 40 # can find the needed headers files and libraries
41 export GOARCH="${TARGET_GOARCH}"
41 export CGO_ENABLED="1" 42 export CGO_ENABLED="1"
42 export CFLAGS="" 43 export CFLAGS=""
43 export LDFLAGS="" 44 export LDFLAGS=""