pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/go-protobuf go-protobuf: no need for CHECK_RELRO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1c8fcc90bbb
branches:  trunk
changeset: 332769:d1c8fcc90bbb
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 24 22:59:17 2019 +0000

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

diffstat:

 devel/go-protobuf/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 161af6a7cd3b -r d1c8fcc90bbb devel/go-protobuf/Makefile
--- a/devel/go-protobuf/Makefile        Wed Apr 24 22:56:47 2019 +0000
+++ b/devel/go-protobuf/Makefile        Wed Apr 24 22:59:17 2019 +0000
@@ -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 @@
 
 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