Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
b5050c16
Commit
b5050c16
authored
Dec 28, 2011
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify more reference to mariadb
parent
d741e678
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
component/mysql-python/buildout.cfg
component/mysql-python/buildout.cfg
+3
-3
component/sphinx/buildout.cfg
component/sphinx/buildout.cfg
+4
-4
No files found.
component/mysql-python/buildout.cfg
View file @
b5050c16
[buildout]
[buildout]
extends =
extends =
../m
ariadb
/buildout.cfg
../m
ysql-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 =${m
ariadb
:location}/bin:%(PATH)s
PATH =${m
ysql-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 =
${m
ariadb
:location}/lib/mysql/
${m
ysql-tritonn-5.0
:location}/lib/mysql/
${zlib:location}/lib/
${zlib:location}/lib/
${openssl:location}/lib/
${openssl:location}/lib/
component/sphinx/buildout.cfg
View file @
b5050c16
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
parts = sphinx
parts = sphinx
extends =
extends =
../libexpat/buildout.cfg
../libexpat/buildout.cfg
../m
ariadb
/buildout.cfg
../m
ysql-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=${m
ariadb
:location}/include/mysql
--with-mysql-includes=${m
ysql-tritonn-5.0
:location}/include/mysql
--with-mysql-libs=${m
ariadb
:location}/lib/mysql
--with-mysql-libs=${m
ysql-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=${m
ariadb
:location}/lib/mysql -L${libexpat:location}/lib -Wl,-rpath=${libexpat:location}/lib
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${m
ysql-tritonn-5.0
:location}/lib/mysql -L${libexpat:location}/lib -Wl,-rpath=${libexpat:location}/lib
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment