Ticket #15580: patch-setup.cfg.diff

File patch-setup.cfg.diff, 708 bytes (added by akhenakh (Fabrice Aneche), 16 years ago)
  • setup.cfg

    old new  
    66# Section for compiling the C extension module
    77# for wrapping OpenLDAP 2 libs
    88
    9 library_dirs = /opt/openldap-OPENLDAP_REL_ENG_2_2/lib
    10 include_dirs = /opt/openldap-OPENLDAP_REL_ENG_2_2/include /usr/include/sasl
     9library_dirs = __LIBDIR__
     10include_dirs = __INCDIR__
    1111
    1212extra_compile_args =
    1313extra_objects =
     
    1616# Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
    1717# This needs recent OpenLDAP 2.0.26+ or 2.1.3+ built with
    1818# ./configure --with-cyrus-sasl --with-tls
    19 libs = ldap_r lber ssl crypto sasl2
     19libs = __LIBS__
    2020
    2121[install]
    2222# Installation options