webkit2gtk: disable JIT on armv6
This commit is contained in:
parent
6ccc08dad5
commit
b63a43e137
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@ makedepends="
|
|||
geoclue2-devel libnotify-devel hyphen-devel"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6*) 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"
|
||||
;;
|
||||
esac
|
||||
|
||||
# Package build options
|
||||
|
|
Loading…
Reference in a new issue