git: 67c54323c2e3 - main - math/arpack-ng: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 08:23:09 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=67c54323c2e38dab99d8b7dbce4d1a00bf89f48d commit 67c54323c2e38dab99d8b7dbce4d1a00bf89f48d Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-12-13 07:58:30 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-12-13 08:22:28 +0000 math/arpack-ng: mark as PIE_UNSAFE (+) Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC --- math/arpack-ng/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/arpack-ng/Makefile b/math/arpack-ng/Makefile index 8cd7b13945a0..bc65a2136fa8 100644 --- a/math/arpack-ng/Makefile +++ b/math/arpack-ng/Makefile @@ -25,6 +25,8 @@ LDFLAGS+= -L${LOCALBASE}/lib TEST_TARGET= check USE_LDCONFIG= yes +PIE_UNSAFE= yes + PORTDOCS= * PORTEXAMPLES= *