summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2010-03-15 18:15:10 +0100
committerJoerg Bruehe <joerg@mysql.com>2010-03-15 18:15:10 +0100
commit89ea96a426edc56fe32fb91b47345c485b0261b2 (patch)
tree52cfb549e1634905a3632336cbab05bb439c797f /BUILD
parentff6385af709b4ce502c9d8a9d1764b34ec992c56 (diff)
downloadmariadb-git-89ea96a426edc56fe32fb91b47345c485b0261b2.tar.gz
This is a temporary hack to build 5.5.3-m3:
The "cmake" way still shows issues in our release build environment. Block it temporarily, but in a way that can easily be undone. This change is to be reverted once the problems are solved.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD/choose_configure.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD/choose_configure.sh b/BUILD/choose_configure.sh
index 476b8b51657..df1fdf0a55b 100644
--- a/BUILD/choose_configure.sh
+++ b/BUILD/choose_configure.sh
@@ -2,6 +2,11 @@
# Choose whether to use autoconf created configure
# of perl script that calls cmake.
+# This is a temporary hack to build 5.5.3-m3:
+# The "cmake" way still shows issues in our release build environment.
+# Block it temporarily, but in a way that can easily be undone.
+HAVE_CMAKE=no
+
# Ensure cmake and perl are there
cmake -P cmake/check_minimal_version.cmake >/dev/null 2>&1 || HAVE_CMAKE=no
perl --version >/dev/null 2>&1 || HAVE_CMAKE=no