openbsd-ports/databases/py-ldap/patches/patch-setup_cfg
sturm 5564337ce6 Initial import of py-ldap 2.0.0pre14
python-ldap provides an object-oriented API to access LDAP
directory servers from Python programs. Mainly it wraps the
OpenLDAP 2.x libs for that purpose.

Additionally the package contains modules for other LDAP-related
stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 sub-schema, etc.).

Not included: Direct BER support

WWW: http://python-ldap.sourceforge.net/

from Marc Balmer <marc@msys.ch>
2003-11-01 15:24:06 +00:00

24 lines
758 B
Plaintext

--- setup.cfg.orig Thu Aug 14 12:31:34 2003
+++ setup.cfg Thu Oct 9 21:31:54 2003
@@ -7,8 +7,8 @@
# for wrapping OpenLDAP 2 libs
[_ldap]
-library_dirs = /usr/local/openldap-REL_ENG_2_1/lib
-include_dirs = /usr/local/openldap-REL_ENG_2_1/include /usr/include/sasl
+#library_dirs = /usr/local/openldap-REL_ENG_2_1/lib
+#include_dirs = /usr/local/openldap-REL_ENG_2_1/include /usr/include/sasl
extra_compile_args =
extra_objects =
@@ -25,7 +25,8 @@
# Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
# This needs recent OpenLDAP 2.0.26+ or 2.1.3+ built with
# ./configure --with-cyrus-sasl --with-tls
-libs = ldap_r lber sasl2 ssl crypto
+#libs = ldap_r lber sasl2 ssl crypto
+libs = ldap_r lber
# Installation options
[install]