From f2b25eb5b4e9ac4a40d1daaa5d48457b155a2e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Wed, 10 Nov 2010 14:28:29 +0000 Subject: [PATCH] - add openldap git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40167 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/software-profiles/openldap.cfg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 buildout/software-profiles/openldap.cfg diff --git a/buildout/software-profiles/openldap.cfg b/buildout/software-profiles/openldap.cfg new file mode 100644 index 0000000000..3184f526c6 --- /dev/null +++ b/buildout/software-profiles/openldap.cfg @@ -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 -- 2.30.9