Date: Fri, 13 Dec 2024 08:22:55 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 21c80638e85b - main - devel/valgrind: mark as PIE_UNSAFE (+) Message-ID: <202412130822.4BD8Mt3a085171@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412130822.4BD8Mt3a085171>