mongodb: disable 32bit architectures.

This commit is contained in:
Enno Boland 2016-12-09 16:42:59 +01:00
parent 7c1e937d09
commit 728687bac0

View file

@ -18,6 +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"
make_dirs="
/var/lib/mongodb 0700 mongodb mongodb
@ -67,7 +68,7 @@ do_build() {
# --use-system-intel_decimal128 \
}
do_install() {
for b in mongos mongod mongosniff mongo mongoperf; do
for b in mongos mongod mongo mongoperf; do
vbin $b
done