databases/galera26: i386 issue applies also to powerpc

This commit is contained in:
Piotr Kubaj 2021-06-09 08:51:29 +00:00
parent 77a6e39305
commit 8ffc591a00

View File

@ -12,8 +12,8 @@ COMMENT= Synchronous multi-master replication engine
LICENSE= GPLv2
NOT_FOR_ARCHS= i386
# On i386 older versions of clang produce:
NOT_FOR_ARCHS= i386 powerpc
# On i386 or powerpc older versions of clang produce:
# cannot compile this atomic library call yet ... __atomic_add_fetch
# whereas newer ones generate a call to __atomic_add_fetch which ends up with
# undefined reference at link time:
@ -22,6 +22,7 @@ NOT_FOR_ARCHS= i386
# https://bugs.llvm.org//show_bug.cgi?id=24908
# https://tracker.crystax.net/issues/1263
NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386
NOT_FOR_ARCHS_REASON_powerpc=Uses 64 bit atomics that clang cannot generate on powerpc
BUILD_DEPENDS= checkmk:devel/check \
${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \