From d89f11b087ac7bf97674eb53ba3b4db1b01593dd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 30 Apr 2016 13:52:41 +0200 Subject: [PATCH] mongodb: --storageEngine does not seem to exist. --- srcpkgs/mongodb/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/mongodb/template b/srcpkgs/mongodb/template index 113ce6302c5..e774b5e7c0b 100644 --- a/srcpkgs/mongodb/template +++ b/srcpkgs/mongodb/template @@ -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} \