[Erp5-report] r41466 kazuhiko - /erp5/trunk/buildout/software-profiles/mysql-5.1.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 15 16:54:34 CET 2010


Author: kazuhiko
Date: Wed Dec 15 16:54:34 2010
New Revision: 41466

URL: http://svn.erp5.org?rev=41466&view=rev
Log:
version up : mysql-5.1.54
use CPPFLAGS instead of CFLAGS and CXXFLAGS.

Modified:
    erp5/trunk/buildout/software-profiles/mysql-5.1.cfg

Modified: erp5/trunk/buildout/software-profiles/mysql-5.1.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/mysql-5.1.cfg?rev=41466&r1=41465&r2=41466&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/mysql-5.1.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/mysql-5.1.cfg [utf8] Wed Dec 15 16:54:34 2010
@@ -21,9 +21,9 @@ download-only = true
 
 [mysql-5.1]
 recipe = hexagonit.recipe.cmmi
-version = 5.1.53
+version = 5.1.54
 url = http://mysql.he.net/Downloads/MySQL-5.1/mysql-${:version}.tar.gz
-md5sum = e5e7c5b0b5c382489e6a66778703bc46
+md5sum = 2a0f45a2f8b5a043b95ce7575796a30b
 # compile directory is required to build mysql plugins.
 keep-compile-dir = true
 # configure: how to avoid searching for my.cnf?
@@ -59,6 +59,5 @@ patches =
   ${mysql-5.1-sphinx-patch:location}/${mysql-5.1-sphinx-patch:filename}
 environment =
   PATH =${autoconf:location}/bin:${automake-1.11:location}/bin:${libtool:location}/bin:${bison:location}/bin:${flex:location}/bin:%(PATH)s
-  CFLAGS =-I${ncurses:location}/include -I${readline:location}/include
-  CXXFLAGS =-I${ncurses:location}/include -I${readline:location}/include
+  CPPFLAGS =-I${ncurses:location}/include -I${readline:location}/include
   LDFLAGS =-L${readline:location}/lib -L${ncurses:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib -Wl,-rpath -Wl,${readline:location}/lib



More information about the Erp5-report mailing list