(actually Luke) enable MySQL python package to find compiled openssl

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40369 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent efb2b589
......@@ -27,6 +27,7 @@ extends =
../software-profiles/sphinx.cfg
../software-profiles/ocropus.cfg
../software-profiles/oood.cfg
../software-profiles/openssl.cfg
../software-profiles/openoffice-bin.cfg
../software-profiles/python-2.4.cfg
../software-profiles/rdiff-backup.cfg
......@@ -66,6 +67,7 @@ parts =
pythonbin2.4
bootstrap2.4
mysql-python
openssl
products-deps
products-erp5
products-erp5-development
......
......@@ -30,7 +30,9 @@ 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/openssl/lib/
[products-deps]
recipe = plone.recipe.distros
......
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