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: nia
Date: Mon Sep 27 16:02:36 UTC 2021
Modified Files:
pkgsrc/lang/go: go-vars.mk
Log Message:
go: not ready for PIE
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/lang/go/go-vars.mk:1.3
--- pkgsrc/lang/go/go-vars.mk:1.2 Sun Aug 30 05:52:10 2020
+++ pkgsrc/lang/go/go-vars.mk Mon Sep 27 16:02:36 2021
@@ -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 @@ CTF_SUPPORTED= no
RELRO_SUPPORTED= no
SSP_SUPPORTED= no
STRIP_DEBUG_SUPPORTED= no
+MKPIE_SUPPORTED= no
Home |
Main Index |
Thread Index |
Old Index