List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:March 15 2010 5:15pm
Subject:bzr commit into mysql-trunk branch (joerg:3121)
View as plain text  
#At file:///MySQL/REPO/V55/clone-5.5/ based on revid:joerg@stripped

 3121 Joerg Bruehe	2010-03-15
      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.
     @ BUILD/choose_configure.sh
        Easiest way: Preset "HAVE_CMAKE=no"

    modified:
      BUILD/choose_configure.sh
=== modified file 'BUILD/choose_configure.sh'
--- a/BUILD/choose_configure.sh	2010-02-23 11:32:57 +0000
+++ b/BUILD/choose_configure.sh	2010-03-15 17:15:10 +0000
@@ -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


Attachment: [text/bzr-bundle] bzr/joerg@mysql.com-20100315171510-u7whny65741kmt7t.bundle
Thread
bzr commit into mysql-trunk branch (joerg:3121)Joerg Bruehe15 Mar