summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/umoci/umoci_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb
index 045d9cf6..a9442ccc 100644
--- a/recipes-containers/umoci/umoci_git.bb
+++ b/recipes-containers/umoci/umoci_git.bb
@@ -40,6 +40,8 @@ do_compile:class-native () {
40 export GOPATH="${WORKDIR}/git/" 40 export GOPATH="${WORKDIR}/git/"
41 export GO111MODULE=off 41 export GO111MODULE=off
42 42
43 export BUILD_FLAGS="-trimpath"
44
43 cd ${S} 45 cd ${S}
44 46
45 # why static ? patchelf will be run on dynamic binaries and it breaks 47 # why static ? patchelf will be run on dynamic binaries and it breaks