mongodb: reenable musl arches
This commit is contained in:
parent
728687bac0
commit
3907f06af1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ distfiles="http://downloads.mongodb.org/src/mongodb-src-r${version}.tar.gz"
|
|||
checksum=5a904b66d09e4d15f3ed35028a004640afcba5d8ecb5644165bd08cd7eb79df6
|
||||
# build flags broken.
|
||||
nopie=yes
|
||||
only_for_archs="aarch64 x86_64"
|
||||
only_for_archs="aarch64 x86_64 aarch64-musl x86_64-musl"
|
||||
|
||||
make_dirs="
|
||||
/var/lib/mongodb 0700 mongodb mongodb
|
||||
|
|
Loading…
Reference in a new issue