Date: Fri, 13 Dec 2024 08:22:56 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: df946e281b30 - main - devel/valgrind-devel: mark as PIE_UNSAFE (+) Message-ID: <202412130822.4BD8MuGY085215@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412130822.4BD8MuGY085215>