aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2023-08-03 13:46:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2023-08-03 13:46:18 +0000
commite72a6ce0963c5f24b3257e7ed67411a62c7e164a (patch)
treed0f499befcec9fdbfff6192df24b0b22a2d583d3
parent4ca74f2583d3c73973f744dff7a999ff25d1cc36 (diff)
downloadports-e72a6ce0963c5f24b3257e7ed67411a62c7e164a.tar.gz
ports-e72a6ce0963c5f24b3257e7ed67411a62c7e164a.zip
archivers/snappy: mark as PIE_UNSAFE
PR: 268920 Reported by: netchild@
-rw-r--r--archivers/snappy/Makefile1
1 files changed, 1 insertions, 0 deletions
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}