(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 = ...@@ -27,6 +27,7 @@ extends =
../software-profiles/sphinx.cfg ../software-profiles/sphinx.cfg
../software-profiles/ocropus.cfg ../software-profiles/ocropus.cfg
../software-profiles/oood.cfg ../software-profiles/oood.cfg
../software-profiles/openssl.cfg
../software-profiles/openoffice-bin.cfg ../software-profiles/openoffice-bin.cfg
../software-profiles/python-2.4.cfg ../software-profiles/python-2.4.cfg
../software-profiles/rdiff-backup.cfg ../software-profiles/rdiff-backup.cfg
...@@ -66,6 +67,7 @@ parts = ...@@ -66,6 +67,7 @@ parts =
pythonbin2.4 pythonbin2.4
bootstrap2.4 bootstrap2.4
mysql-python mysql-python
openssl
products-deps products-deps
products-erp5 products-erp5
products-erp5-development products-erp5-development
......
...@@ -30,7 +30,9 @@ PATH =${software_definition:mysql_software}/bin:%(PATH)s ...@@ -30,7 +30,9 @@ PATH =${software_definition:mysql_software}/bin:%(PATH)s
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 =${software_definition:mysql_software}/lib/mysql/ rpath =
${software_definition:mysql_software}/lib/mysql/
${software_definition:software_home}/parts/openssl/lib/
[products-deps] [products-deps]
recipe = plone.recipe.distros 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