Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:12 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: 9b6874c62bf4 - main - net/openmpi: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8NCEj085886@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=9b6874c62bf4933e27eaacad4ad1bfd0785b7fb5

commit 9b6874c62bf4933e27eaacad4ad1bfd0785b7fb5
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:59:49 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:29 +0000

    net/openmpi: mark as PIE_UNSAFE (+)
    
    Reported by:    bulk -t
    
    Approved by:    portmgr (blanket)
    
    Sponsored by:   Future Crew, LLC
---
 net/openmpi/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index e41a44ccb700..5e3fd990e9a3 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -49,6 +49,8 @@ BINARY_ALIAS=	python3=${PYTHON_CMD}
 PLIST_SUB+=	MPIDIR=${MPIDIR}
 PORTDOCS=	*
 
+PIE_UNSAFE=	yes
+
 OPTIONS_DEFINE=			AVX DEBUG DOCS IPV6 ROMIO SLURM
 OPTIONS_DEFAULT=		ROMIO
 OPTIONS_EXCLUDE_aarch64=	AVX



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412130823.4BD8NCEj085886>