mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
nix: disable documentation generation on arm*musl for now
don't know why it hangs, maybe someone else can figure it out
This commit is contained in:
parent
5b9db217fd
commit
3d0dc33eb9
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ CXXFLAGS="-Wno-deprecated-declarations"
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
make_build_args+=" CROSS_EMULATOR=/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static"
|
||||
make_install_args+=" CROSS_EMULATOR=/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static"
|
||||
# XXX: documentation generation hangs in cross on arm32 musl
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*musl) configure_args+=" --disable-doc-gen" ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
# Default configuration file.
|
||||
|
|
Loading…
Add table
Reference in a new issue