[Erp5-report] r40091 kazuhiko - /erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 9 13:32:01 CET 2010


Author: kazuhiko
Date: Tue Nov  9 13:31:59 2010
New Revision: 40091

URL: http://svn.erp5.org?rev=40091&view=rev
Log:
* use newer mysql-tritonn-hooks.py.
* specify LIBTOOL location in make-options ('libtool' is enough because we explicitly set PATH environment variable).

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

Modified: erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg?rev=40091&r1=40090&r2=40091&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg [utf8] Tue Nov  9 13:31:59 2010
@@ -40,9 +40,9 @@ download-only = true
 
 [mysql-tritonn-hooks-download]
 recipe = hexagonit.recipe.download
-url = http://www.nexedi.org/static/buildout-hooks/mysql-tritonn-hooks.py-r36670
+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-tritonn-5.0]
@@ -69,6 +69,7 @@ configure-options =
   --with-zlib-dir=${zlib:location}
 
 make-options =
+  LIBTOOL=libtool
   LN_S='ln -s'
 
 patch-options = -p1
@@ -79,5 +80,4 @@ environment =
     PATH =${senna:location}/bin:${autoconf-2.68:location}/bin:${automake-1.9:location}/bin:${libtool:location}/bin:${bison:location}/bin:${flex:location}/bin:%(PATH)s
     CFLAGS =-I${senna:location}/include/senna -I${ncurses:location}/include
     CXXFLAGS =-I${senna:location}/include/senna
-    LIBTOOL =${libtool:location}/bin/libtool
     LDFLAGS =-L${senna:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib




More information about the Erp5-report mailing list