git: df946e281b30 - main - devel/valgrind-devel: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 08:22:56 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=df946e281b308603093083f3c82de2fd83f4be47 commit df946e281b308603093083f3c82de2fd83f4be47 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-12-13 07:49:12 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-12-13 08:22:20 +0000 devel/valgrind-devel: mark as PIE_UNSAFE (+) Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC --- devel/valgrind-devel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/valgrind-devel/Makefile b/devel/valgrind-devel/Makefile index deada311bf15..8c3aa786fb63 100644 --- a/devel/valgrind-devel/Makefile +++ b/devel/valgrind-devel/Makefile @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} +PIE_UNSAFE= yes SSP_UNSAFE= yes LIB32_PATH?= /usr/lib32/libc.so