pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/go go: Set STRIP_DEBUG_SUPPORTED=no



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff798e9cb9bc
branches:  trunk
changeset: 325225:ff798e9cb9bc
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Nov 12 13:48:45 2018 +0000

description:
go: Set STRIP_DEBUG_SUPPORTED=no

Stripping golang binaries renders them useless.

diffstat:

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

diffs (13 lines):

diff -r a32389b98732 -r ff798e9cb9bc lang/go/version.mk
--- a/lang/go/version.mk        Mon Nov 12 13:47:32 2018 +0000
+++ b/lang/go/version.mk        Mon Nov 12 13:48:45 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: version.mk,v 1.49 2018/11/04 18:22:47 bsiegert Exp $
+# $NetBSD: version.mk,v 1.50 2018/11/12 13:48:45 jperkin Exp $
 
-SSP_SUPPORTED= no
+SSP_SUPPORTED=         no
+STRIP_DEBUG_SUPPORTED= no
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index