[Erp5-report] r30688 - /experimental/mysqlsenna.buildout/trunk/buildout.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 17 11:19:47 CET 2009


Author: leonardo
Date: Tue Nov 17 11:19:46 2009
New Revision: 30688

URL: http://svn.erp5.org?rev=30688&view=rev
Log:
Fix environment variables for mysql the build part

Leading whitespace is not removed from values of env. variables in
hexagonit.recipe.cmmi, so the senna-cfg binary was still not being found.

Now that it is, remove the other environment variables, as senna-cfg should
provide proper values for building flags without other environment hacks.

Modified:
    experimental/mysqlsenna.buildout/trunk/buildout.cfg

Modified: experimental/mysqlsenna.buildout/trunk/buildout.cfg
URL: http://svn.erp5.org/experimental/mysqlsenna.buildout/trunk/buildout.cfg?rev=30688&r1=30687&r2=30688&view=diff
==============================================================================
--- experimental/mysqlsenna.buildout/trunk/buildout.cfg [utf8] (original)
+++ experimental/mysqlsenna.buildout/trunk/buildout.cfg [utf8] Tue Nov 17 11:19:46 2009
@@ -53,9 +53,7 @@
     ${buildout:directory}/patches/tritonn-1.0.12-mysql-5.0.67.diff
     ${buildout:directory}/patches/mysql-5.0.67-add-ylwrap.diff
 environment =
-    PATH = ${senna:location}/bin:%(PATH)s
-    LDFLAGS = -L${senna:location}/lib
-    CPPFLAGS = -I${senna:location}/include -I${senna:location}/include/senna
+    PATH =${senna:location}/bin:%(PATH)s
 
 [mysql_install_db]
 recipe = plone.recipe.command




More information about the Erp5-report mailing list