git: 21c80638e85b - main - devel/valgrind: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 08:22:55 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=21c80638e85b641df8da32f9b7e84d8921531460 commit 21c80638e85b641df8da32f9b7e84d8921531460 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-12-13 07:48:50 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-12-13 08:22:19 +0000 devel/valgrind: mark as PIE_UNSAFE (+) Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC --- devel/valgrind/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index e90493538004..daac3adee6a4 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -23,6 +23,7 @@ SHEBANG_FILES= callgrind/callgrind_annotate.in callgrind/callgrind_control.in \ GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} +PIE_UNSAFE= yes SSP_UNSAFE= yes LIB32_PATH?= /usr/lib32/libc.so