[Erp5-report] r42845 kazuhiko - /erp5/trunk/buildout/software-profiles/m2crypto.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 31 19:54:05 CET 2011


Author: kazuhiko
Date: Mon Jan 31 19:54:05 2011
New Revision: 42845

URL: http://svn.erp5.org?rev=42845&view=rev
Log:
use our own openssl to build M2Crypto.

Modified:
    erp5/trunk/buildout/software-profiles/m2crypto.cfg

Modified: erp5/trunk/buildout/software-profiles/m2crypto.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/m2crypto.cfg?rev=42845&r1=42844&r2=42845&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/m2crypto.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/m2crypto.cfg [utf8] Mon Jan 31 19:54:05 2011
@@ -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



More information about the Erp5-report mailing list