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:   ryoon
Date:           Mon Mar  5 12:42:50 UTC 2018

Modified Files:
        pkgsrc/lang/go: Makefile

Log Message:
Fix RELRO packaging


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/lang/go/Makefile

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/Makefile
diff -u pkgsrc/lang/go/Makefile:1.62 pkgsrc/lang/go/Makefile:1.63
--- pkgsrc/lang/go/Makefile:1.62        Sun Mar  4 12:54:06 2018
+++ pkgsrc/lang/go/Makefile     Mon Mar  5 12:42:50 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2018/03/04 12:54:06 bsiegert Exp $
+# $NetBSD: Makefile,v 1.63 2018/03/05 12:42:50 ryoon Exp $
 
 .include "version.mk"
 
@@ -67,9 +67,9 @@ CHECK_RELRO_SKIP+=            go/bin/gofmt
 CHECK_RELRO_SKIP+=             go/pkg/bootstrap/bin/asm
 CHECK_RELRO_SKIP+=             go/pkg/bootstrap/bin/compile
 CHECK_RELRO_SKIP+=             go/pkg/bootstrap/bin/link
+CHECK_RELRO_SKIP+=             go/pkg/bootstrap/bin/cgo
 # also does not support SSP at this time
 CHECK_SSP_SKIP=                        ${CHECK_RELRO_SKIP}
-CHECK_SSP_SKIP+=               go/pkg/bootstrap/bin/cgo
 
 # uses /bin/rc (for Plan 9)
 CHECK_INTERPRETER_SKIP+=       go/include/plan9/mklibc.rc



Home | Main Index | Thread Index | Old Index