New values for library_dirs and include_dirs should work on most platforms

This commit is contained in:
stroeder 2015-06-21 11:37:11 +00:00
parent 65cc6fdb4d
commit 26b58aa261

View File

@ -1,15 +1,15 @@
# Example for setup.cfg
# You have to edit this file to reflect your system configuation
#
# $Id: setup.cfg,v 1.30 2012/02/21 17:17:16 stroeder Exp $
# $Id: setup.cfg,v 1.31 2015/06/21 11:37:11 stroeder Exp $
# Section for compiling the C extension module
# for wrapping OpenLDAP 2 libs
[_ldap]
# Define extra include and library dirs if needed
library_dirs = /opt/openldap-RE24/lib /usr/lib
include_dirs = /opt/openldap-RE24/include /usr/include/sasl /usr/include
library_dirs = /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64
include_dirs = /usr/include /usr/include/sasl /usr/local/include /usr/include/local/sasl
# These defines needs OpenLDAP built with
# ./configure --with-cyrus-sasl --with-tls