pkgsrc-WIP-changes archive

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

rclone: Add bin/rclone to CHECK_RELRO_SKIP



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

Modified Files:
	rclone/Makefile

Log Message:
rclone: Add bin/rclone to CHECK_RELRO_SKIP

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

Thanks to <wiz> for pointing out that!

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

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

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

diffs:
diff --git a/rclone/Makefile b/rclone/Makefile
index bb6e30ed8d..7b305b36b6 100644
--- a/rclone/Makefile
+++ b/rclone/Makefile
@@ -20,6 +20,8 @@ MAKE_ENV+=		GOPATH=${WRKDIR}:${PREFIX}/gopkg
 
 INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1
 
+CHECK_RELRO_SKIP+=	bin/rclone
+
 post-extract:
 	${MKDIR} ${WRKSRC}
 	${MV} ${WRKDIR}/${DISTNAME}/* ${WRKSRC}


Home | Main Index | Thread Index | Old Index