mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ruby: support mips*-musl with libucontext-0.10
This commit is contained in:
parent
cafd5e5962
commit
db72e3d70e
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"
|
||||||
;;
|
;;
|
||||||
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