[buildout] versions = versions eggs = Plone ${python-ldap:egg} zcml = parts = zope2 instance find-links = http://dist.plone.org http://download.zope.org/ppix/ http://download.zope.org/distribution/ http://effbot.org/downloads [zope2] recipe = plone.recipe.zope2install url = ${versions:zope2-url} fake-zope-eggs = true additional-fake-eggs = ZConfig pytz [instance] recipe = plone.recipe.zope2instance zope2-location = ${zope2:location} user = admin:rWF5ajhE http-address = ${buildout:http-address} debug-mode = ${buildout:debug-mode} verbose-security = off deprecation-warnings = off eggs = ${buildout:eggs} zcml = ${buildout:zcml} [versions] zc.recipe.egg = 1.2.2 [openldap] recipe = zc.recipe.cmmi url = file://${buildout:download-cache}/openldap-stable-20071118.tgz extra_options = --with-sasl --with-tls --enable-slapd=no environment = # Workaround for “error: storage size of ‘peercred’ isn’t known” # http://www.openldap.org/lists/openldap-bugs/200808/msg00130.html CPPFLAGS=-D_GNU_SOURCE CC=gcc-4.3 [python-ldap] recipe = zc.recipe.egg:custom egg = python-ldap == 2.3.13 include-dirs = ${openldap:location}/include library-dirs = ${openldap:location}/lib rpath = ${openldap:location}/lib