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

- prepare python-ldap develop egg configuration based on locally

   available software


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40168 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f2b25eb5
[buildout]
parts =
python-ldap
extends =
../software-profiles/cyrus-sasl.cfg
../software-profiles/openldap.cfg
../software-profiles/openssl.cfg
[python-ldap-python]
recipe = zc.recipe.egg:custom
egg = python-ldap
rpath =
${openldap:location}/lib
${cyrus-sasl:location}/lib
${openssl:location}/lib
include-dirs =
${openldap:location}/include
${cyrus-sasl:location}/include/sasl
${openssl:location}/include
library-dirs =
${openldap:location}/lib
${cyrus-sasl:location}/lib
${openssl: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