summaryrefslogtreecommitdiffstats
path: root/recipes-networking/netns
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/netns')
-rw-r--r--recipes-networking/netns/netns_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/netns/netns_git.bb b/recipes-networking/netns/netns_git.bb
index a4dcb42b..53d3ff53 100644
--- a/recipes-networking/netns/netns_git.bb
+++ b/recipes-networking/netns/netns_git.bb
@@ -39,7 +39,7 @@ do_compile() {
39 export LDFLAGS="" 39 export LDFLAGS=""
40 export CGO_CFLAGS="${TARGET_CFLAGS}" 40 export CGO_CFLAGS="${TARGET_CFLAGS}"
41 export CGO_LDFLAGS="${TARGET_LDFLAGS}" 41 export CGO_LDFLAGS="${TARGET_LDFLAGS}"
42 export GOFLAGS="-mod=vendor" 42 export GOFLAGS="-mod=vendor -trimpath"
43 43
44 cd ${S}/src/import 44 cd ${S}/src/import
45 # Static builds work but are not recommended. See Makefile*cgo patch. 45 # Static builds work but are not recommended. See Makefile*cgo patch.