linux-tools: don't need libucontext-devel explicitly anywhere
libunwind needs it, but pulls it in implicitly
This commit is contained in:
parent
3a7f997c09
commit
5a9fc43526
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
*) subpackages+=" bpftool";; # needs FTW_ACTIONRETVAL
|
||||
esac
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl) makedepends+=" libucontext-devel libunwind-devel" ;;
|
||||
i686-musl) makedepends+=" libunwind-devel" ;;
|
||||
esac
|
||||
|
||||
nocross=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue