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:   jperkin
Date:           Mon Nov 12 13:48:45 UTC 2018

Modified Files:
        pkgsrc/lang/go: version.mk

Log Message:
go: Set STRIP_DEBUG_SUPPORTED=no

Stripping golang binaries renders them useless.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/lang/go/version.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/version.mk
diff -u pkgsrc/lang/go/version.mk:1.49 pkgsrc/lang/go/version.mk:1.50
--- pkgsrc/lang/go/version.mk:1.49      Sun Nov  4 18:22:47 2018
+++ pkgsrc/lang/go/version.mk   Mon Nov 12 13:48:45 2018
@@ -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