From 26b58aa261c43f235d135c038de11b1e07c7e594 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sun, 21 Jun 2015 11:37:11 +0000 Subject: [PATCH] New values for library_dirs and include_dirs should work on most platforms --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9ab58af..1ea653a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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