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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 26 12:07:07 CET 2010


Author: luke
Date: Fri Nov 26 12:07:05 2010
New Revision: 40766

URL: http://svn.erp5.org?rev=40766&view=rev
Log:
 - do not build not needed parts of openldap

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

Modified: erp5/trunk/buildout/software-profiles/openldap.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/openldap.cfg?rev=40766&r1=40765&r2=40766&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/openldap.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/openldap.cfg [utf8] Fri Nov 26 12:07:05 2010
@@ -11,8 +11,13 @@ recipe = hexagonit.recipe.cmmi
 url = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.23.tgz
 md5sum = 90150b8c0d0192e10b30157e68844ddf
 configure-options =
+  --disable-slapd
+  --enable-backends=no
+  --enable-overlays=no
   --with-cyrus-sasl
-  --without-fetch 
+  --without-fetch
+  --disable-rewrite
+  --disable-odbc
   --with-threads
   --with-tls=openssl
 




More information about the Erp5-report mailing list