ruby: need ucontext on ppcle-musl too
This commit is contained in:
parent
cde9237f62
commit
50c091f9d3
@ -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…
x
Reference in New Issue
Block a user