mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
webkit2gtk: fix mips* build w/o JIT
This commit is contained in:
parent
a7cc24ae1c
commit
d959baaa2d
1 changed files with 1 additions and 5 deletions
|
@ -40,10 +40,6 @@ homepage="https://webkitgtk.org/"
|
||||||
distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
|
distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
|
||||||
checksum=4386900713dfadf9741177210b32623cab22562a79ffd0d446b66569934b113f
|
checksum=4386900713dfadf9741177210b32623cab22562a79ffd0d446b66569934b113f
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
mips*) broken="static assertion failed: CLZ opcode is not available for this ISA";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
build_options="gir wayland x11 bubblewrap jit sampling_profiler"
|
build_options="gir wayland x11 bubblewrap jit sampling_profiler"
|
||||||
build_options_default="gir wayland x11 bubblewrap"
|
build_options_default="gir wayland x11 bubblewrap"
|
||||||
|
|
||||||
|
@ -60,7 +56,7 @@ fi
|
||||||
|
|
||||||
# only a few platform support JIT
|
# only a few platform support JIT
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64*|x86_64*|mips*)
|
aarch64*|x86_64*)
|
||||||
build_options_default+=" jit"
|
build_options_default+=" jit"
|
||||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
build_options_default+=" sampling_profiler"
|
build_options_default+=" sampling_profiler"
|
||||||
|
|
Loading…
Add table
Reference in a new issue