Commit 0a03155c authored by Łukasz Nowak's avatar Łukasz Nowak

- 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.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36663 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 17dd4092
......@@ -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
......
......@@ -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
......
[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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment