summaryrefslogtreecommitdiffstats
path: root/recipes-containers/riddler/riddler_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/riddler/riddler_git.bb')
-rw-r--r--recipes-containers/riddler/riddler_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb
index e1033312..191becfe 100644
--- a/recipes-containers/riddler/riddler_git.bb
+++ b/recipes-containers/riddler/riddler_git.bb
@@ -47,6 +47,7 @@ do_compile() {
47 export CGO_CFLAGS="${TARGET_CFLAGS}" 47 export CGO_CFLAGS="${TARGET_CFLAGS}"
48 export CGO_LDFLAGS="${TARGET_LDFLAGS}" 48 export CGO_LDFLAGS="${TARGET_LDFLAGS}"
49 export GO111MODULE=off 49 export GO111MODULE=off
50 export GOBUILDFLAGS="-trimpath"
50 51
51 cd ${S}/src/import 52 cd ${S}/src/import
52 53