git: b0b6b5f492e3 - main - science/kalzium: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jan 2025 08:03:17 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0b6b5f492e379a6e011fb9bbd32a3f92dac05fe commit b0b6b5f492e379a6e011fb9bbd32a3f92dac05fe Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-01-17 08:01:45 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-01-17 08:01:45 +0000 science/kalzium: mark as PIE_UNSAFE (+) due to static linking with ocaml libs Reported by: poudriere fallout Sponsored by: Future Crew, LLC --- science/kalzium/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/kalzium/Makefile b/science/kalzium/Makefile index bb633b33e855..7a7f69efb4ba 100644 --- a/science/kalzium/Makefile +++ b/science/kalzium/Makefile @@ -32,6 +32,8 @@ USE_QT= concurrent core dbus declarative gui network opengl printsupport script USE_XORG= x11 USE_LDCONFIG= yes +PIE_UNSAFE= yes + OPTIONS_DEFINE= DOCS .include <bsd.port.mk>