summaryrefslogtreecommitdiff
path: root/databases/py-ldap/patches/patch-aa
blob: bf3fa73f4b752e567d7f1398a88ed1cca61e61a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.8 2011/11/28 10:58:50 adam Exp $

--- setup.cfg.orig	2011-06-02 18:08:10.000000000 +0000
+++ setup.cfg
@@ -1,10 +1,10 @@
 [_ldap]
-library_dirs = /opt/openldap-RE24/lib
-include_dirs = /opt/openldap-RE24/include /usr/include/sasl
+library_dirs = @PY_LDAP_LIBRARY_DIRS@
+include_dirs = @PY_LDAP_INCLUDE_DIRS@
-defines = HAVE_SASL HAVE_TLS
+defines = HAVE_TLS
 extra_compile_args = -g
 extra_objects = 
-libs = ldap_r
+libs = @PY_LDAP_LIBS@
 
 [install]
 compile = 1