summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-target.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/go/go-target.inc')
-rw-r--r--meta/recipes-devtools/go/go-target.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/go/go-target.inc b/meta/recipes-devtools/go/go-target.inc
index 3bc32f3bec..29a1344675 100644
--- a/meta/recipes-devtools/go/go-target.inc
+++ b/meta/recipes-devtools/go/go-target.inc
@@ -14,8 +14,7 @@ GO_LDFLAGS = ""
14GO_LDFLAGS_class-nativesdk = "-linkmode external" 14GO_LDFLAGS_class-nativesdk = "-linkmode external"
15export GO_LDFLAGS 15export GO_LDFLAGS
16 16
17SECURITY_CFLAGS = "${SECURITY_NOPIE_CFLAGS}" 17CC_append_class-nativesdk = " ${SECURITY_NOPIE_CFLAGS}"
18SECURITY_LDFLAGS = ""
19 18
20do_configure[noexec] = "1" 19do_configure[noexec] = "1"
21 20