mongodb: --storageEngine does not seem to exist.

This commit is contained in:
Juan RP 2016-04-30 13:52:41 +02:00
parent f133affc23
commit d89f11b087

View File

@ -40,7 +40,6 @@ do_configure() {
do_build() {
case "$XBPS_TARGET_MACHINE" in
x86_64*|aarch64*) _scons_args="--wiredtiger=on --use-system-wiredtiger";;
i686*) _scons_args="--wiredtiger=off --storageEngine=mmapv1";;
*) _scons_args="--wiredtiger=off";;
esac
scons core tools ${makejobs} \