Commit f2b25eb5 authored by Łukasz Nowak's avatar Łukasz Nowak

- add openldap


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40167 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5965a0ef
[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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment