mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-24 22:42:58 +02:00
mongodb: broken on aarch64-musl
This commit is contained in:
parent
8e72fd2f72
commit
fdbff2b1a7
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ make_dirs="
|
|||
nodebug=1
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
aarch64-musl)
|
||||
# error: conflicting types for 'wchar_t'
|
||||
broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/2739/steps/shell_3/logs/stdio"
|
||||
;;
|
||||
x86_64*|aarch64*) makedepends+=" wiredtiger-devel";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue