From 5a9fc43526e0ca8a25d47e42dc5cf65bb2ca07af Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 8 Jan 2021 15:33:12 +0100 Subject: [PATCH] linux-tools: don't need libucontext-devel explicitly anywhere libunwind needs it, but pulls it in implicitly --- srcpkgs/linux-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template index 6ff237d5dd8..b83a10b1734 100644 --- a/srcpkgs/linux-tools/template +++ b/srcpkgs/linux-tools/template @@ -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