mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
ruby: need ucontext on ppcle-musl too
This commit is contained in:
parent
cde9237f62
commit
50c091f9d3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) # Default is ucontext on BE, but ppc64le really just means ELFv2
|
ppc64*) # Default is ucontext on BE, but ppc64le really just means ELFv2
|
||||||
configure_args+=" --with-coroutine=ppc64le"
|
configure_args+=" --with-coroutine=ppc64le"
|
||||||
;;
|
;;
|
||||||
mips*-musl|ppc-musl)
|
mips*-musl|ppc*-musl)
|
||||||
_need_libucontext=yes
|
_need_libucontext=yes
|
||||||
makedepends+=" libucontext-devel"
|
makedepends+=" libucontext-devel"
|
||||||
configure_args+=" LIBS=-lucontext"
|
configure_args+=" LIBS=-lucontext"
|
||||||
|
|
Loading…
Add table
Reference in a new issue