diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 10:48:50 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 11:22:19 +0300 |
commit | 21c80638e85b641df8da32f9b7e84d8921531460 (patch) | |
tree | 68725c89ac6bfc8c59ff0e274924b55a33b2554e | |
parent | devel/ucpp: mark as PIE_UNSAFE (+) (diff) |
devel/valgrind: mark as PIE_UNSAFE (+)
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC
-rw-r--r-- | devel/valgrind/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |