mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
mongodb: --storageEngine does not seem to exist.
This commit is contained in:
parent
f133affc23
commit
d89f11b087
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue