From 19316e4fbc962b8f47dae7ab69c1d4a3a4a850b0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 13 Jan 2016 10:40:06 +0100 Subject: [PATCH] mongodb: --storage-engine is for testing only, remove --- srcpkgs/mongodb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mongodb/template b/srcpkgs/mongodb/template index 9e11c372f7..7a87888ed0 100644 --- a/srcpkgs/mongodb/template +++ b/srcpkgs/mongodb/template @@ -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