mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
ruby: depend on libucontext-devel in ruby-devel when linking to it
This is necessary because it is then written in rbconfig and we need to be able to link to it to build native extensions.
This commit is contained in:
parent
0f6cffa403
commit
2b4a91bf1e
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ ruby-devel-doc_package() {
|
|||
|
||||
ruby-devel_package() {
|
||||
depends="ruby-${version}_${revision} gmp-devel"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc-musl) depends+=" libucontext-devel" ;;
|
||||
esac
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue