summaryrefslogtreecommitdiff
path: root/dev-lang/go/go-1.17.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/go/go-1.17.ebuild')
-rw-r--r--dev-lang/go/go-1.17.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-lang/go/go-1.17.ebuild b/dev-lang/go/go-1.17.ebuild
index 75bf3b4e5a80..9fe46e9a8049 100644
--- a/dev-lang/go/go-1.17.ebuild
+++ b/dev-lang/go/go-1.17.ebuild
@@ -38,6 +38,9 @@ BDEPEND="|| (
dev-lang/go-bootstrap )"
RDEPEND="!<dev-go/go-tools-0_pre20150902"
+# the *.syso files have writable/executable stacks
+QA_EXECSTACK='*.syso'
+
# Do not complain about CFLAGS, etc, since Go doesn't use them.
QA_FLAGS_IGNORED='.*'