git: 2c856e9d2f1b - main - net/openmpi4: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 08:23:13 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c856e9d2f1b9587859a6703b9e536bb6833260c commit 2c856e9d2f1b9587859a6703b9e536bb6833260c Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-12-13 08:00:31 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-12-13 08:22:30 +0000 net/openmpi4: mark as PIE_UNSAFE (+) Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC --- net/openmpi4/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/openmpi4/Makefile b/net/openmpi4/Makefile index 0d3b02a571e7..41d1a8a7e860 100644 --- a/net/openmpi4/Makefile +++ b/net/openmpi4/Makefile @@ -58,6 +58,8 @@ TEST_TARGET= check SHEBANG_FILES= ompi/mca/common/monitoring/profile2mat.pl \ ompi/mca/common/monitoring/aggregate_profile.pl +PIE_UNSAFE= yes + OPTIONS_DEFINE= AVX DEBUG IPV6 SLURM OPTIONS_DEFAULT= SLURM OPTIONS_EXCLUDE_aarch64= AVX