Commit f95d845e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

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.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40111 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 211a2e7b
[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
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