summaryrefslogtreecommitdiff
path: root/databases/py-ldap/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-ldap/patches/patch-aa')
-rw-r--r--databases/py-ldap/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/py-ldap/patches/patch-aa b/databases/py-ldap/patches/patch-aa
index 23ae8c8ce39..b6aa6e9d21d 100644
--- a/databases/py-ldap/patches/patch-aa
+++ b/databases/py-ldap/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.4 2006/05/14 21:09:20 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2007/12/16 15:34:14 adam Exp $
---- setup.cfg.orig 2005-07-28 21:56:49.000000000 +0900
+--- setup.cfg.orig 2006-11-15 18:26:26.000000000 +0100
+++ setup.cfg
@@ -7,8 +7,8 @@
# for wrapping OpenLDAP 2 libs
[_ldap]
--library_dirs = /usr/local/openldap-REL_ENG_2_1/lib /usr/local/cyrus-sasl/lib
--include_dirs = /usr/local/openldap-REL_ENG_2_1/include /usr/local/cyrus-sasl/include
+-library_dirs = /usr/local/openldap-2.3/lib
+-include_dirs = /usr/local/openldap-2.3/include /usr/include/sasl
+library_dirs = @PY_LDAP_LIBRARY_DIRS@
+include_dirs = @PY_LDAP_INCLUDE_DIRS@
@@ -15,7 +15,7 @@ $NetBSD: patch-aa,v 1.4 2006/05/14 21:09:20 wiz Exp $
extra_objects =
@@ -23,7 +23,7 @@ extra_objects =
# Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
- # This needs recent OpenLDAP 2.0.26+ or 2.1.3+ built with
+ # This needs recent OpenLDAP built with
# ./configure --with-cyrus-sasl --with-tls
-libs = ldap_r lber sasl2 ssl crypto
+libs = @PY_LDAP_LIBS@