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 6 6 # Section for compiling the C extension module 7 7 # for wrapping OpenLDAP 2 libs 8 8 9 library_dirs = /opt/openldap-OPENLDAP_REL_ENG_2_2/lib10 include_dirs = /opt/openldap-OPENLDAP_REL_ENG_2_2/include /usr/include/sasl9 library_dirs = __LIBDIR__ 10 include_dirs = __INCDIR__ 11 11 12 12 extra_compile_args = 13 13 extra_objects = … … 16 16 # Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r. 17 17 # This needs recent OpenLDAP 2.0.26+ or 2.1.3+ built with 18 18 # ./configure --with-cyrus-sasl --with-tls 19 libs = ldap_r lber ssl crypto sasl219 libs = __LIBS__ 20 20 21 21 [install] 22 22 # Installation options