pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/gunison gunison: add CHECK_RELRO_SKIP so this pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6c5d8c2661d
branches:  trunk
changeset: 768507:d6c5d8c2661d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 24 22:01:55 2021 +0000

description:
gunison: add CHECK_RELRO_SKIP so this packages again

but it does not work:
gunison: text relocation
gunison: Cannot write-enable text segment: Permission denied

diffstat:

 net/gunison/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f795b43dd715 -r d6c5d8c2661d net/gunison/Makefile
--- a/net/gunison/Makefile      Sun Oct 24 21:33:57 2021 +0000
+++ b/net/gunison/Makefile      Sun Oct 24 22:01:55 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/10/09 10:41:10 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2021/10/24 22:01:55 wiz Exp $
 
 DISTNAME=      gunison-0.1.0
 PKGREVISION=   5
@@ -15,6 +15,8 @@
 
 GO_BUILD_PATTERN=      .
 
+CHECK_RELRO_SKIP=      bin/gunison
+
 .include "go-modules.mk"
 
 .include "../../x11/gtk3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index