mongodb: disable 32bit architectures.
This commit is contained in:
parent
7c1e937d09
commit
728687bac0
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ distfiles="http://downloads.mongodb.org/src/mongodb-src-r${version}.tar.gz"
|
||||||
checksum=5a904b66d09e4d15f3ed35028a004640afcba5d8ecb5644165bd08cd7eb79df6
|
checksum=5a904b66d09e4d15f3ed35028a004640afcba5d8ecb5644165bd08cd7eb79df6
|
||||||
# build flags broken.
|
# build flags broken.
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
only_for_archs="aarch64 x86_64"
|
||||||
|
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/var/lib/mongodb 0700 mongodb mongodb
|
/var/lib/mongodb 0700 mongodb mongodb
|
||||||
|
@ -67,7 +68,7 @@ do_build() {
|
||||||
# --use-system-intel_decimal128 \
|
# --use-system-intel_decimal128 \
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
for b in mongos mongod mongosniff mongo mongoperf; do
|
for b in mongos mongod mongo mongoperf; do
|
||||||
vbin $b
|
vbin $b
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue