diff options
author | William Hubbs <williamh@gentoo.org> | 2021-08-17 10:50:50 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-08-17 10:51:53 -0500 |
commit | d5dd2b3f5cad4ca94cea3ff5151e39a1e8b3052b (patch) | |
tree | c7c7d991e6d2c32171303d5b64ebb1669a36b384 /dev-lang/go | |
parent | sci-libs/symengine: fix build with Boost 1.77 (diff) | |
download | gentoo-d5dd2b3f5cad4ca94cea3ff5151e39a1e8b3052b.tar.gz gentoo-d5dd2b3f5cad4ca94cea3ff5151e39a1e8b3052b.tar.bz2 gentoo-d5dd2b3f5cad4ca94cea3ff5151e39a1e8b3052b.zip |
dev-lang/go: hide the warning about exec stacks for .syso files
Closes: https://bugs.gentoo.org/808693
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.17.ebuild | 3 |
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='.*' |