pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/gunison



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 24 22:01:55 UTC 2021

Modified Files:
        pkgsrc/net/gunison: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/gunison/Makefile

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

Modified files:

Index: pkgsrc/net/gunison/Makefile
diff -u pkgsrc/net/gunison/Makefile:1.7 pkgsrc/net/gunison/Makefile:1.8
--- pkgsrc/net/gunison/Makefile:1.7     Sat Oct  9 10:41:10 2021
+++ pkgsrc/net/gunison/Makefile Sun Oct 24 22:01:55 2021
@@ -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 @@ USE_TOOLS+=   pkg-config
 
 GO_BUILD_PATTERN=      .
 
+CHECK_RELRO_SKIP=      bin/gunison
+
 .include "go-modules.mk"
 
 .include "../../x11/gtk3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index