summaryrefslogtreecommitdiff
path: root/databases/py-ldap/patches/patch-aa
blob: cf8aec839092acfc8bfa012456b6aa6432c37866 (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.14 2015/08/31 12:18:51 adam Exp $

--- setup.cfg.orig	2015-07-07 13:25:42.000000000 +0000
+++ setup.cfg
@@ -1,10 +1,10 @@
 [_ldap]
-library_dirs = /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64
-include_dirs = /usr/include /usr/include/sasl /usr/local/include /usr/local/include/sasl
-defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
+library_dirs = @PY_LDAP_LIBRARY_DIRS@
+include_dirs = @PY_LDAP_INCLUDE_DIRS@
+defines = HAVE_TLS HAVE_LIBLDAP_R
 extra_compile_args = 
 extra_objects = 
-libs = ldap_r
+libs = @PY_LDAP_LIBS@
 
 [install]
 compile = 1