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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 9 15:00:36 CET 2010


Author: kazuhiko
Date: Tue Nov  9 15:00:33 2010
New Revision: 40111

URL: http://svn.erp5.org?rev=40111&view=rev
Log:
modify mysql-5.1.cfg according to recent changes on mysql-tritonn-5.0.cfg.
# XXX adding '${automake-1.9:location}/bin' in PATH makes complition failure for now.

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=40111&r1=40110&r2=40111&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/mysql-5.1.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/mysql-5.1.cfg [utf8] Tue Nov  9 15:00:33 2010
@@ -1,4 +1,14 @@
 [buildout]
+extends =
+  ../software-profiles/autoconf.cfg
+  ../software-profiles/automake.cfg
+  ../software-profiles/zlib.cfg
+  ../software-profiles/bison.cfg
+  ../software-profiles/flex.cfg
+  ../software-profiles/libtool.cfg
+  ../software-profiles/ncurses.cfg
+  ../software-profiles/openssl.cfg
+
 parts =
     mysql-5.1
 
@@ -11,9 +21,9 @@ download-only = true
 
 [mysql-hooks-download]
 recipe = hexagonit.recipe.download
-url = http://www.nexedi.org/static/buildout-hooks/${:filename}
+url = http://www.nexedi.org/static/buildout-hooks/mysql-tritonn-hooks.py-r40089
 filename = mysql-tritonn-hooks.py
-md5sum = 484abb02375e354ef7be0438dc369f85
+md5sum = b4d57a527fecaf7a8277fee3c3047bc4
 download-only = true
 
 [mysql-5.1]
@@ -38,7 +48,14 @@ configure-options =
   --with-server-suffix=mysql-5.1
   --with-readline
   --with-ssl
+make-options =
+  LIBTOOL=libtool
 
 patch-options = -p1
 patches =
   ${mysql-5.1-sphinx-patch:location}/${mysql-5.1-sphinx-patch:filename}
+environment =
+  PATH =${autoconf:location}/bin:${libtool:location}/bin:${bison:location}/bin:${flex:location}/bin:%(PATH)s
+  CFLAGS =-I${ncurses:location}/include
+  CXXFLAGS =-I${ncurses:location}/include
+  LDFLAGS =-Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib




More information about the Erp5-report mailing list