mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
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
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
arm*-musl|aarch64-musl)
|
arm*-musl|aarch64-musl|i686-musl)
|
||||||
# having libunwind in makedepends still causes failures...
|
# having libunwind in makedepends still causes failures...
|
||||||
makedepends="libucontext-devel"
|
makedepends="libucontext-devel"
|
||||||
configure_args+=" --disable-libunwind"
|
configure_args+=" --disable-libunwind"
|
||||||
|
|
Loading…
Add table
Reference in a new issue