gperftools: fix i686-musl build
This commit is contained in:
parent
accf43245b
commit
55886208ac
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue