mirror of https://gitee.com/bigwinds/arangodb
added --disable-all-in-one for OpenSUSE 11.4
This commit is contained in:
parent
f589a384c3
commit
79c2fc092e
2
build.sh
2
build.sh
|
@ -61,7 +61,7 @@ case $TRI_OS_LONG in
|
||||||
|
|
||||||
Linux-openSUSE-11.4*)
|
Linux-openSUSE-11.4*)
|
||||||
echo "Using configuration for openSuSE 11.4"
|
echo "Using configuration for openSuSE 11.4"
|
||||||
OPTIONS="$OPTIONS --disable-all-in-one --with-boost-test --enable-mruby"
|
OPTIONS="$OPTIONS --enable-all-in-one --with-boost-test --enable-mruby"
|
||||||
LDD_INFO="yes"
|
LDD_INFO="yes"
|
||||||
RESULTS="$RESULTS arangoirb"
|
RESULTS="$RESULTS arangoirb"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue