Commit 7fde68cf authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use our own openssl to build M2Crypto.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42845 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fd7781f7
......@@ -3,6 +3,7 @@
[buildout]
extends =
openssl.cfg
swig.cfg
parts =
M2Crypto
......@@ -11,6 +12,12 @@ parts =
recipe = zc.recipe.egg:custom
egg = M2Crypto
environment = M2Crypto-env
rpath =
${openssl:location}/lib/
include-dirs =
${openssl:location}/include
library-dirs =
${openssl:location}/lib
[M2Crypto-env]
PATH = ${swig:location}/bin:%(PATH)s
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