Commit b5050c16 authored by Romain Courteaud's avatar Romain Courteaud

Modify more reference to mariadb

parent d741e678
[buildout]
extends =
../mariadb/buildout.cfg
../mysql-tritonn-5.0/buildout.cfg
../openssl/buildout.cfg
../zlib/buildout.cfg
......@@ -8,13 +8,13 @@ parts =
mysql-python
[mysql-python-env]
PATH =${mariadb:location}/bin:%(PATH)s
PATH =${mysql-tritonn-5.0:location}/bin:%(PATH)s
[mysql-python]
recipe = zc.recipe.egg:custom
egg = MySQL-python
environment = mysql-python-env
rpath =
${mariadb:location}/lib/mysql/
${mysql-tritonn-5.0:location}/lib/mysql/
${zlib:location}/lib/
${openssl:location}/lib/
......@@ -5,7 +5,7 @@
parts = sphinx
extends =
../libexpat/buildout.cfg
../mariadb/buildout.cfg
../mysql-tritonn-5.0/buildout.cfg
../zlib/buildout.cfg
[sphinx-1.10-beta-snowball.patch]
......@@ -22,8 +22,8 @@ url = http://sphinxsearch.com/files/sphinx-2.0.2-beta.tar.gz
md5sum = fafe0f1a71d0ded32404c067eba7d0b3
configure-options =
--with-mysql
--with-mysql-includes=${mariadb:location}/include/mysql
--with-mysql-libs=${mariadb:location}/lib/mysql
--with-mysql-includes=${mysql-tritonn-5.0:location}/include/mysql
--with-mysql-libs=${mysql-tritonn-5.0:location}/lib/mysql
--with-libstemmer
--with-iconv
--without-pgsql
......@@ -33,4 +33,4 @@ patches =
${sphinx-1.10-beta-snowball.patch:location}/${sphinx-1.10-beta-snowball.patch:filename}
environment =
CPPFLAGS=-I${zlib:location}/include -I${libexpat:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${mariadb:location}/lib/mysql -L${libexpat:location}/lib -Wl,-rpath=${libexpat:location}/lib
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${mysql-tritonn-5.0:location}/lib/mysql -L${libexpat:location}/lib -Wl,-rpath=${libexpat: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