pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/go go: not ready for PIE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8918ff98409
branches:  trunk
changeset: 458962:b8918ff98409
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Sep 27 16:02:36 2021 +0000

description:
go: not ready for PIE

diffstat:

 lang/go/go-vars.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 63addaac8b32 -r b8918ff98409 lang/go/go-vars.mk
--- a/lang/go/go-vars.mk        Mon Sep 27 15:58:33 2021 +0000
+++ b/lang/go/go-vars.mk        Mon Sep 27 16:02:36 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: go-vars.mk,v 1.2 2020/08/30 05:52:10 tnn Exp $
+# $NetBSD: go-vars.mk,v 1.3 2021/09/27 16:02:36 nia Exp $
 #
 # Makefile fragment to be included by any package that uses go-package.mk.
 #
@@ -18,3 +18,4 @@
 RELRO_SUPPORTED=       no
 SSP_SUPPORTED=         no
 STRIP_DEBUG_SUPPORTED= no
+MKPIE_SUPPORTED=       no



Home | Main Index | Thread Index | Old Index