From c81775e1c978c52d990d5d6f810b9952e91f8b5c Mon Sep 17 00:00:00 2001 From: a-brandt Date: Wed, 20 Jun 2012 17:36:38 +0200 Subject: [PATCH] added OpenSuse 12.1 --- build.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build.sh b/build.sh index 51ae563e46..7a8c80f1e7 100755 --- a/build.sh +++ b/build.sh @@ -24,6 +24,13 @@ echo case $TRI_OS_LONG in + Linux-openSUSE-12*) + echo "Using configuration for openSuSE 12" + OPTIONS="$OPTIONS --disable-all-in-one --with-boost-test --enable-mruby" + LDD_INFO="yes" + RESULTS="$RESULTS arangoirb" + ;; + Linux-openSUSE-11.4*) echo "Using configuration for openSuSE 11.4" OPTIONS="$OPTIONS --disable-all-in-one --with-boost-test --enable-mruby"