From 55886208acfadde8e437521a9409370bccc8548f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 11 Aug 2020 09:05:56 +0200 Subject: [PATCH] gperftools: fix i686-musl build --- srcpkgs/gperftools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"