webkit2gtk: broken on armv6 for now.

This commit is contained in:
Juan RP 2017-11-06 19:09:18 +01:00
parent 88f4002485
commit 648b19409a
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@ makedepends="
geoclue2-devel libnotify-devel hyphen-devel"
case "$XBPS_TARGET_MACHINE" in
armv6*) configure_args+=" -DENABLE_JIT=0" CXXFLAGS+=" -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1";;
armv6*) configure_args+=" -DENABLE_JIT=0"
CXXFLAGS+=" -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1"
broken="https://build.voidlinux.eu/builders/armv6l_builder/builds/5925/steps/shell_3/logs/stdio"
;;
aarch64*) configure_args+=" -DUSE_LD_GOLD=0";;
esac