devel/build2: mark as PIE_UNSAFE (+)

Reported by:	bulk -t

Approved by:	portmgr (blanket)

Sponsored by:	Future Crew, LLC
This commit is contained in:
Dima Panov 2024-12-13 10:47:12 +03:00
parent f3c20cf624
commit cf64e67a09
No known key found for this signature in database
GPG Key ID: FB8BA09DD5398F29

View File

@ -16,6 +16,8 @@ BROKEN_powerpc= fails in stage: Invalid data memory access
USES= gmake pkgconfig sqlite tar:xz USES= gmake pkgconfig sqlite tar:xz
PIE_UNSAFE= yes
# Fix build on i386/powerpc: error: timestamp is not lock-free on this architecture # Fix build on i386/powerpc: error: timestamp is not lock-free on this architecture
CXXFLAGS_i386= -DLIBBUILD2_ATOMIC_NON_LOCK_FREE CXXFLAGS_i386= -DLIBBUILD2_ATOMIC_NON_LOCK_FREE
CXXFLAGS_powerpc= -DLIBBUILD2_ATOMIC_NON_LOCK_FREE CXXFLAGS_powerpc= -DLIBBUILD2_ATOMIC_NON_LOCK_FREE