Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:11 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: 609fba8daaf6 - main - math/py-numpy: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8NBlP085844@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=609fba8daaf6e4be2e627b8c7c7b5005d3c6f822

commit 609fba8daaf6e4be2e627b8c7c7b5005d3c6f822
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:59:03 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:28 +0000

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

diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index d462d649969d..d2c6d5850e3e 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -30,6 +30,8 @@ LDFLAGS+=	-s
 PYDISTUTILS_BUILDARGS=		--fcompiler=gnu95
 PYDISTUTILS_CONFIGUREARGS=	--fcompiler=gnu95
 
+PIE_UNSAFE=	yes
+
 PORTDOCS=	*
 
 PORTSCOUT=	limit:^1\.



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