Commit a4f9fdbb authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add sphinx storage engine.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37737 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95614756
......@@ -21,6 +21,13 @@ md5sum = 257abe9c4afdc9b08033687fd486a595
filename = tritonn-1.0.12-mysql-5.0.87.diff
download-only = true
[mysql-5.0-sphinx-patch]
recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename}
md5sum = e7ff31f4853f4391344a6a9a520fc98d
filename = mysql-5.0.87-sphinx-1.10.diff
download-only = true
[mysql-tritonn-hooks-download]
recipe = hexagonit.recipe.download
url = https://svn.erp5.org/repos/public/erp5/trunk/buildout/hooks/${:filename}
......@@ -45,9 +52,12 @@ configure-options =
--with-server-suffix=mysql-tritonn-5.0
--enable-assembler
--with-readline
--with-sphinx-storage-engine
patch-options = -p1
patches = ${mysql-5.0-tritonn-patch:location}/${mysql-5.0-tritonn-patch:filename}
patches =
${mysql-5.0-tritonn-patch:location}/${mysql-5.0-tritonn-patch:filename}
${mysql-5.0-sphinx-patch:location}/${mysql-5.0-sphinx-patch:filename}
environment =
PATH =${senna:location}/bin:%(PATH)s
CFLAGS =-I${senna:location}/include/senna
......
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