summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-08-30 05:52:10 +0000
committertnn <tnn@pkgsrc.org>2020-08-30 05:52:10 +0000
commit67c7b1b7040dd486efcef51bc5fad09f60109c37 (patch)
tree1590be8bc1a0eb58030a8c5c26abc17c8699b7c4 /lang
parent9decb51a894d990422577eba13f9cffc5ed58810 (diff)
downloadpkgsrc-67c7b1b7040dd486efcef51bc5fad09f60109c37.tar.gz
go-vars.mk: set RELRO_SUPPORTED=no here
So we don't have to set CHECK_RELRO_SKIP in every go package. It's a property of golang and may get fixed some day.
Diffstat (limited to 'lang')
-rw-r--r--lang/go/go-vars.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/go/go-vars.mk b/lang/go/go-vars.mk
index 839aa712ae6..39860fc7116 100644
--- a/lang/go/go-vars.mk
+++ b/lang/go/go-vars.mk
@@ -1,4 +1,4 @@
-# $NetBSD: go-vars.mk,v 1.1 2019/12/09 09:59:31 jperkin Exp $
+# $NetBSD: go-vars.mk,v 1.2 2020/08/30 05:52:10 tnn Exp $
#
# Makefile fragment to be included by any package that uses go-package.mk.
#
@@ -15,5 +15,6 @@
# go uses its own special linker which does not at this time support CTF/SSP.
#
CTF_SUPPORTED= no
+RELRO_SUPPORTED= no
SSP_SUPPORTED= no
STRIP_DEBUG_SUPPORTED= no