Skip to content

Commit

Permalink
New values for library_dirs and include_dirs should work on most plat…
Browse files Browse the repository at this point in the history
…forms
  • Loading branch information
stroeder committed Jun 21, 2015
1 parent 65cc6fd commit 26b58aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 26b58aa

Please sign in to comment.