Commit b5050c16 authored by Romain Courteaud's avatar Romain Courteaud

Modify more reference to mariadb

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