Commit ed2b5e7f authored by Łukasz Nowak's avatar Łukasz Nowak

- use locally available zlib and openssl libraries


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40106 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ecb069c7
......@@ -54,7 +54,10 @@ PATH =${software_definition:mysql_software}/bin:%(PATH)s
recipe = zc.recipe.egg:custom
egg = MySQL-python
environment = mysql-python-env
rpath =${software_definition:mysql_software}/lib/mysql/
rpath =
${software_definition:mysql_software}/lib/mysql/
${software_definition:software_home}/parts/zlib/lib/
${software_definition:software_home}/parts/openssl/lib/
[products-deps]
recipe = minitage.recipe.fetch
......
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