diff options
-rw-r--r-- | devel/build2/Makefile | 2 |
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 |