git: e72a6ce0963c - main - archivers/snappy: mark as PIE_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Aug 2023 13:47:19 UTC
The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=e72a6ce0963c5f24b3257e7ed67411a62c7e164a commit e72a6ce0963c5f24b3257e7ed67411a62c7e164a Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2023-08-03 13:46:18 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2023-08-03 13:46:18 +0000 archivers/snappy: mark as PIE_UNSAFE PR: 268920 Reported by: netchild@ --- archivers/snappy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/archivers/snappy/Makefile b/archivers/snappy/Makefile index ef8ebc381e43..7b682e6b0a00 100644 --- a/archivers/snappy/Makefile +++ b/archivers/snappy/Makefile @@ -20,6 +20,7 @@ GH_ACCOUNT= google PLIST_SUB+= PORTVERSION=${PORTVERSION} SUB_FILES+= snappy.pc SUB_LIST+= PORTVERSION=${PORTVERSION} +PIE_UNSAFE= yes post-install: @${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libsnappy.so.${PORTVERSION}