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 \
|
||||
--disable-warnings-as-errors"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) _scons_args+=" --wiredtiger=off --storageEngine=mmapv1";;
|
||||
i686*) _scons_args+=" --wiredtiger=off";;
|
||||
esac
|
||||
# ETOOHUGE
|
||||
nodebug=1
|
||||
|
|
Loading…
Reference in a new issue