Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
103
Merge Requests
103
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
cd33366e
Commit
cd33366e
authored
Mar 03, 2017
by
Kazuhiko Shiozaki
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/python-mysqlclient: build with MariaDB Connector/C.
parent
086db4ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
component/python-mysqlclient/buildout.cfg
component/python-mysqlclient/buildout.cfg
+2
-2
No files found.
component/python-mysqlclient/buildout.cfg
View file @
cd33366e
...
@@ -8,7 +8,7 @@ parts =
...
@@ -8,7 +8,7 @@ parts =
python-mysqlclient
python-mysqlclient
[python-mysqlclient-env]
[python-mysqlclient-env]
PATH =${mariadb:location}/bin:%(PATH)s
PATH =${mariadb
-connector-c
:location}/bin:%(PATH)s
[python-mysqlclient]
[python-mysqlclient]
recipe = zc.recipe.egg:custom
recipe = zc.recipe.egg:custom
...
@@ -18,6 +18,6 @@ library-dirs =
...
@@ -18,6 +18,6 @@ library-dirs =
${zlib:location}/lib/
${zlib:location}/lib/
${openssl:location}/lib/
${openssl:location}/lib/
rpath =
rpath =
${mariadb
:location}/lib/
${mariadb
-connector-c:location}/lib/mariadb
${zlib:location}/lib/
${zlib:location}/lib/
${openssl:location}/lib/
${openssl:location}/lib/
Julien Muchembled
@jm
mentioned in commit
ebb649e2
·
Mar 16, 2017
mentioned in commit
ebb649e2
mentioned in commit ebb649e23cd0497e80387bc6c1a28f9902c5bdc1
Toggle commit list
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