gperftools: fix i686-musl build

This commit is contained in:
Jürgen Buchmüller 2020-08-11 09:05:56 +02:00
parent accf43245b
commit 55886208ac

View file

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