diff --git a/srcpkgs/gperftools/template b/srcpkgs/gperftools/template index bded7024477..4805b244030 100644 --- a/srcpkgs/gperftools/template +++ b/srcpkgs/gperftools/template @@ -24,7 +24,7 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then fi case "$XBPS_TARGET_MACHINE" in - arm*-musl|aarch64-musl) + arm*-musl|aarch64-musl|i686-musl) # having libunwind in makedepends still causes failures... makedepends="libucontext-devel" configure_args+=" --disable-libunwind"