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