Commit 418a9f78 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

build mysql-5.1 and build sphinx with it.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37891 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 54f25e8c
......@@ -19,6 +19,7 @@ extends =
../software-profiles/libtool.cfg
../software-profiles/memcached.cfg
../software-profiles/mysql-tritonn-5.0.cfg
../software-profiles/mysql-5.1.cfg
../software-profiles/sphinx.cfg
../software-profiles/ocropus.cfg
../software-profiles/oood.cfg
......@@ -46,6 +47,7 @@ parts =
w3m
xpdf
mysql-tritonn-5.0
mysql-5.1
sphinx
imagemagick
zope-2.8
......
......@@ -14,9 +14,9 @@ url = http://www.sphinxsearch.com/downloads/sphinx-1.10-beta.tar.gz
md5sum = 5b52ce9e93a73c66d37bc3a2402f14fa
configure-options =
--with-mysql
--with-mysql-includes=${mysql-tritonn-5.0:location}/include/mysql
--with-mysql-libs=${mysql-tritonn-5.0:location}/lib/mysql
LDFLAGS="-Wl,-rpath ${mysql-tritonn-5.0:location}/lib/mysql"
--with-mysql-includes=${mysql-5.1:location}/include/mysql
--with-mysql-libs=${mysql-5.1:location}/lib/mysql
LDFLAGS="-Wl,-rpath ${mysql-5.1:location}/lib/mysql"
patch-options = -p1
patches =
${sphinx-1.10-fix_nosigpipe.patch:location}/${sphinx-1.10-fix_nosigpipe.patch:filename}
......
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