mongodb: --storageEngine does not seem to exist.
This commit is contained in:
parent
f133affc23
commit
d89f11b087
@ -40,7 +40,6 @@ do_configure() {
|
|||||||
do_build() {
|
do_build() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|aarch64*) _scons_args="--wiredtiger=on --use-system-wiredtiger";;
|
x86_64*|aarch64*) _scons_args="--wiredtiger=on --use-system-wiredtiger";;
|
||||||
i686*) _scons_args="--wiredtiger=off --storageEngine=mmapv1";;
|
|
||||||
*) _scons_args="--wiredtiger=off";;
|
*) _scons_args="--wiredtiger=off";;
|
||||||
esac
|
esac
|
||||||
scons core tools ${makejobs} \
|
scons core tools ${makejobs} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user