pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/go Fix RELRO packaging



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8a72f36716b
branches:  trunk
changeset: 376630:e8a72f36716b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Mar 05 12:42:50 2018 +0000

description:
Fix RELRO packaging

diffstat:

 lang/go/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 7d27cc9c466a -r e8a72f36716b lang/go/Makefile
--- a/lang/go/Makefile  Mon Mar 05 12:31:17 2018 +0000
+++ b/lang/go/Makefile  Mon Mar 05 12:42:50 2018 +0000
@@ -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/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