mongodb: --storage-engine is for testing only, remove

This commit is contained in:
Enno Boland 2016-01-13 10:40:06 +01:00
parent 32b5a42994
commit 19316e4fbc

View file

@ -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