pkgsrc-WIP-changes archive

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

hub: Add bin/hub to CHECK_RELRO_SKIP



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jan 21 21:21:51 2018 +0100
Changeset:	f277e9b1426355e06387c084db0fec5b724b04d4

Modified Files:
	hub/Makefile

Log Message:
hub: Add bin/hub to CHECK_RELRO_SKIP

It seems that RELRO for Go packages ATM is not supported so add bin/hub to
CHECK_RELRO_SKIP.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f277e9b1426355e06387c084db0fec5b724b04d4

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

diffstat:
 hub/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/hub/Makefile b/hub/Makefile
index 0ba05b8e40..2c645a1165 100644
--- a/hub/Makefile
+++ b/hub/Makefile
@@ -21,6 +21,8 @@ MAKE_ENV+=		GOPATH=${WRKDIR}:${PREFIX}/gopkg
 
 INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1
 
+CHECK_RELRO_SKIP+=	bin/hub
+
 post-extract:
 	${MKDIR} ${WRKSRC}
 	${MV} ${WRKDIR}/${DISTNAME}/* ${WRKSRC}


Home | Main Index | Thread Index | Old Index