mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
qt5-webengine: broken for aarch64-musl so aarch64 has enough RAM to
finish the build.
This commit is contained in:
parent
c12ade8053
commit
fa64a655e2
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ fi
|
||||||
|
|
||||||
# ppc64 still needs libatomic here, as does s390x but we don't have that
|
# ppc64 still needs libatomic here, as does s390x but we don't have that
|
||||||
case "$XBPS_MACHINE" in
|
case "$XBPS_MACHINE" in
|
||||||
ppc64*) hostmakedepends+=" libatomic-devel"
|
ppc64*) hostmakedepends+=" libatomic-devel" ;;
|
||||||
|
aarch64-musl) broken="leave some RAM for the glibc build"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue