pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/go



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug 30 05:52:10 UTC 2020

Modified Files:
        pkgsrc/lang/go: go-vars.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/go/go-vars.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/go/go-vars.mk
diff -u pkgsrc/lang/go/go-vars.mk:1.1 pkgsrc/lang/go/go-vars.mk:1.2
--- pkgsrc/lang/go/go-vars.mk:1.1       Mon Dec  9 09:59:31 2019
+++ pkgsrc/lang/go/go-vars.mk   Sun Aug 30 05:52:10 2020
@@ -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



Home | Main Index | Thread Index | Old Index