summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2024-12-13 10:47:12 +0300
committerDima Panov <fluffy@FreeBSD.org>2024-12-13 11:22:17 +0300
commitcf64e67a097d10fdc53901cc9db9aaec557e6a07 (patch)
tree4cbdc7972e9f33ae64bdbd9c53d3e6dcf14dc0ea
parentaudio/stk: mark as PIE_UNSAFE (+) (diff)
devel/build2: mark as PIE_UNSAFE (+)
Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC
-rw-r--r--devel/build2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/build2/Makefile b/devel/build2/Makefile
index f25d04389f2b..3be78bab0243 100644
--- a/devel/build2/Makefile
+++ b/devel/build2/Makefile
@@ -16,6 +16,8 @@ BROKEN_powerpc= fails in stage: Invalid data memory access
USES= gmake pkgconfig sqlite tar:xz
+PIE_UNSAFE= yes
+
# Fix build on i386/powerpc: error: timestamp is not lock-free on this architecture
CXXFLAGS_i386= -DLIBBUILD2_ATOMIC_NON_LOCK_FREE
CXXFLAGS_powerpc= -DLIBBUILD2_ATOMIC_NON_LOCK_FREE