Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:20 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: 78633bc7d58c - main - science/py-scipy: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8NKMG086229@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=78633bc7d58cf9a4d81941e03169f3081f321bfc

commit 78633bc7d58cf9a4d81941e03169f3081f321bfc
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:14:35 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:33 +0000

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

diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile
index a292127f22c5..4efb378666a8 100644
--- a/science/py-scipy/Makefile
+++ b/science/py-scipy/Makefile
@@ -45,6 +45,8 @@ LDFLAGS+=	-shared
 PYDISTUTILS_BUILDARGS=	--fcompiler=gnu95
 PYDISTUTILS_CONFIGUREARGS=	--fcompiler=gnu95
 
+PIE_UNSAFE=	yes
+
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS



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