aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2025-01-17 08:01:45 +0000
committerDima Panov <fluffy@FreeBSD.org>2025-01-17 08:01:45 +0000
commitb0b6b5f492e379a6e011fb9bbd32a3f92dac05fe (patch)
tree85728c4addd653843ed40a52f565dfc004f99cbf
parent53f262b6e9f975de114d829746af3b79278610a2 (diff)
science/kalzium: mark as PIE_UNSAFE (+)
due to static linking with ocaml libs Reported by: poudriere fallout Sponsored by: Future Crew, LLC
-rw-r--r--science/kalzium/Makefile2
1 files changed, 2 insertions, 0 deletions
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>