[Erp5-report] r36663 luke - in /erp5/trunk/buildout: profiles/ software-profiles/
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jun 29 11:29:00 CEST 2010
Author: luke
Date: Tue Jun 29 11:28:59 2010
New Revision: 36663
URL: http://svn.erp5.org?rev=36663&view=rev
Log:
- add and use automake-1.9 while compiling mysql
Mysql 5.0 requires automake 1.9 and only this will work.
There are distributions, which are not providing this version, so the
only way is to provide such in buildout.
Added:
erp5/trunk/buildout/software-profiles/automake-1.9.cfg
Modified:
erp5/trunk/buildout/profiles/official-2.12.cfg
erp5/trunk/buildout/profiles/official.cfg
erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg
Modified: erp5/trunk/buildout/profiles/official-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official-2.12.cfg?rev=36663&r1=36662&r2=36663&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] Tue Jun 29 11:28:59 2010
@@ -8,6 +8,7 @@ extends =
../profiles/versions-2.12.cfg
../profiles/software-definition.cfg
../software-profiles/apache.cfg
+ ../software-profiles/automake-1.9.cfg
../software-profiles/erp5-2.12.cfg
../software-profiles/tokyocabinet.cfg
../software-profiles/flare.cfg
Modified: erp5/trunk/buildout/profiles/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official.cfg?rev=36663&r1=36662&r2=36663&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official.cfg [utf8] Tue Jun 29 11:28:59 2010
@@ -7,6 +7,7 @@ extends =
../profiles/versions.cfg
../profiles/software-definition.cfg
../software-profiles/apache.cfg
+ ../software-profiles/automake-1.9.cfg
../software-profiles/erp5.cfg
../software-profiles/tokyocabinet.cfg
../software-profiles/flare.cfg
Added: erp5/trunk/buildout/software-profiles/automake-1.9.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/automake-1.9.cfg?rev=36663&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/automake-1.9.cfg (added)
+++ erp5/trunk/buildout/software-profiles/automake-1.9.cfg [utf8] Tue Jun 29 11:28:59 2010
@@ -0,0 +1,7 @@
+[buildout]
+parts = automake-1.9
+
+[automake-1.9]
+recipe = hexagonit.recipe.cmmi
+md5sum = c60f77a42f103606981d456f1615f5b4
+url = http://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.gz
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=36663&r1=36662&r2=36663&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 Jun 29 11:28:59 2010
@@ -42,7 +42,7 @@ configure-options =
patch-options = -p1
patches = ${mysql-5.0-tritonn-patch:location}/${mysql-5.0-tritonn-patch:filename}
environment =
- PATH =${senna:location}/bin:%(PATH)s
+ PATH =${senna:location}/bin:${automake-1.9:location}/bin:%(PATH)s
CFLAGS =-I${senna:location}/include/senna
CXXFLAGS =-I${senna:location}/include/senna
LDFLAGS =-L${senna:location}/lib
More information about the Erp5-report
mailing list