summaryrefslogtreecommitdiffstats
path: root/recipes-containers/containerd/containerd-opencontainers
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/containerd/containerd-opencontainers')
-rw-r--r--recipes-containers/containerd/containerd-opencontainers/0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/containerd/containerd-opencontainers/0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch b/recipes-containers/containerd/containerd-opencontainers/0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch
index 3a69d76d..63498a86 100644
--- a/recipes-containers/containerd/containerd-opencontainers/0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch
+++ b/recipes-containers/containerd/containerd-opencontainers/0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch
@@ -23,13 +23,13 @@ Index: containerd/Makefile
23=================================================================== 23===================================================================
24--- containerd.orig/Makefile 24--- containerd.orig/Makefile
25+++ containerd/Makefile 25+++ containerd/Makefile
26@@ -127,7 +127,8 @@ 26@@ -129,7 +129,8 @@
27 GOPATHS=$(shell go env GOPATH | tr ":" "\n" | tr ";" "\n") 27 GOPATHS=$(shell $(GO) env GOPATH | tr ":" "\n" | tr ";" "\n")
28 28
29 TESTFLAGS_RACE= 29 TESTFLAGS_RACE=
30-GO_BUILD_FLAGS= 30-GO_BUILD_FLAGS ?=
31+# allow flags to be exported and picked up. 31+# allow flags to be exported and picked up.
32+# GO_BUILD_FLAGS= 32+# GO_BUILD_FLAGS ?=
33 # See Golang issue re: '-trimpath': https://github.com/golang/go/issues/13809 33 # See Golang issue re: '-trimpath': https://github.com/golang/go/issues/13809
34 GO_GCFLAGS=$(shell \ 34 GO_GCFLAGS=$(shell \
35 set -- ${GOPATHS}; \ 35 set -- ${GOPATHS}; \