linux-tools: don't need libucontext-devel explicitly anywhere

libunwind needs it, but pulls it in implicitly
This commit is contained in:
q66 2021-01-08 15:33:12 +01:00
parent 3a7f997c09
commit 5a9fc43526

View file

@ -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