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!
This commit is contained in:
Leonardo Taccari 2018-01-21 21:25:43 +01:00
parent f277e9b142
commit 754c1f25b0
1 changed files with 2 additions and 0 deletions

View File

@ -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}