mongodb: --storage-engine is for testing only, remove
This commit is contained in:
parent
32b5a42994
commit
19316e4fbc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ _scons_args=" --use-system-boost \
|
||||||
--nostrip \
|
--nostrip \
|
||||||
--disable-warnings-as-errors"
|
--disable-warnings-as-errors"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) _scons_args+=" --wiredtiger=off --storageEngine=mmapv1";;
|
i686*) _scons_args+=" --wiredtiger=off";;
|
||||||
esac
|
esac
|
||||||
# ETOOHUGE
|
# ETOOHUGE
|
||||||
nodebug=1
|
nodebug=1
|
||||||
|
|
Loading…
Reference in a new issue