mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-13 08:12:56 +02:00
webkit2gtk: disable jit and depend on libatomic on ppc
This commit is contained in:
parent
9bdad38695
commit
5160be7df3
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ makedepends="
|
|||
woff2-devel"
|
||||
|
||||
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"
|
||||
;;
|
||||
aarch64*) configure_args+=" -DUSE_LD_GOLD=0";;
|
||||
|
|
Loading…
Add table
Reference in a new issue