pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-protobuf



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Apr 24 22:59:17 UTC 2019

Modified Files:
        pkgsrc/devel/go-protobuf: Makefile

Log Message:
go-protobuf: no need for CHECK_RELRO_SKIP now that we already skip static
binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/go-protobuf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/go-protobuf/Makefile
diff -u pkgsrc/devel/go-protobuf/Makefile:1.19 pkgsrc/devel/go-protobuf/Makefile:1.20
--- pkgsrc/devel/go-protobuf/Makefile:1.19      Tue Apr 16 18:41:11 2019
+++ pkgsrc/devel/go-protobuf/Makefile   Wed Apr 24 22:59:17 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/04/16 18:41:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.20 2019/04/24 22:59:17 maya Exp $
 
 DISTNAME=              go-protobuf-1.3.1
 PKGREVISION=           2
@@ -20,7 +20,5 @@ GO_BUILD_PATTERN+=    ${GO_SRCPATH}/${godir
 
 REPLACE_SH+=           regenerate.sh
 
-CHECK_RELRO_SKIP+=     bin/protoc-gen-go
-
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index