webkit2gtk: disable jit and depend on libatomic on ppc
This commit is contained in:
committed by
Helmut Pozimski
parent
9bdad38695
commit
5160be7df3
@@ -28,7 +28,7 @@ makedepends="
|
|||||||
woff2-devel"
|
woff2-devel"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv[56]*|mips*) configure_args+=" -DENABLE_JIT=0"
|
armv[56]*|mips*|ppc|ppc-musl) configure_args+=" -DENABLE_JIT=0"
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
;;
|
;;
|
||||||
aarch64*) configure_args+=" -DUSE_LD_GOLD=0";;
|
aarch64*) configure_args+=" -DUSE_LD_GOLD=0";;
|
||||||
|
|||||||
Reference in New Issue
Block a user