[Erp5-report] r40167 luke - /erp5/trunk/buildout/software-profiles/openldap.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 10 15:28:29 CET 2010


Author: luke
Date: Wed Nov 10 15:28:29 2010
New Revision: 40167

URL: http://svn.erp5.org?rev=40167&view=rev
Log:
 - add openldap

Added:
    erp5/trunk/buildout/software-profiles/openldap.cfg

Added: erp5/trunk/buildout/software-profiles/openldap.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/openldap.cfg?rev=40167&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/openldap.cfg (added)
+++ erp5/trunk/buildout/software-profiles/openldap.cfg [utf8] Wed Nov 10 15:28:29 2010
@@ -0,0 +1,21 @@
+[buildout]
+parts =
+  openldap
+extends =
+  ../software-profiles/libdb.cfg
+  ../software-profiles/openssl.cfg
+  ../software-profiles/cyrus-sasl.cfg
+
+[openldap]
+recipe = hexagonit.recipe.cmmi
+url = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.23.tgz
+md5sum = 90150b8c0d0192e10b30157e68844ddf
+configure-options =
+  --with-cyrus-sasl
+  --without-fetch 
+  --with-threads
+  --with-tls=openssl
+
+environment =
+  CPPFLAGS=-I${libdb:location}/include -I${openssl:location}/include -I${cyrus-sasl:location}/include
+  LDFLAGS=-L${libdb:location}/lib -Wl,-rpath -Wl,${libdb:location}/lib -L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${cyrus-sasl:location}/lib -Wl,-rpath -Wl,${cyrus-sasl:location}/lib




More information about the Erp5-report mailing list