2015-08-31 14:18:51 +02:00
|
|
|
$NetBSD: patch-aa,v 1.14 2015/08/31 12:18:51 adam Exp $
|
2005-10-25 19:09:33 +02:00
|
|
|
|
2015-08-31 14:18:51 +02:00
|
|
|
--- setup.cfg.orig 2015-07-07 13:25:42.000000000 +0000
|
2005-10-25 19:09:33 +02:00
|
|
|
+++ setup.cfg
|
2014-09-14 19:48:37 +02:00
|
|
|
@@ -1,10 +1,10 @@
|
2005-10-25 19:09:33 +02:00
|
|
|
[_ldap]
|
2015-08-31 14:18:51 +02:00
|
|
|
-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
|
2014-09-14 19:48:37 +02:00
|
|
|
-defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
|
2011-07-08 12:23:35 +02:00
|
|
|
+library_dirs = @PY_LDAP_LIBRARY_DIRS@
|
|
|
|
+include_dirs = @PY_LDAP_INCLUDE_DIRS@
|
2012-02-28 01:01:04 +01:00
|
|
|
+defines = HAVE_TLS HAVE_LIBLDAP_R
|
|
|
|
extra_compile_args =
|
2009-05-27 07:38:52 +02:00
|
|
|
extra_objects =
|
2011-11-28 11:58:50 +01:00
|
|
|
-libs = ldap_r
|
2009-05-27 07:38:52 +02:00
|
|
|
+libs = @PY_LDAP_LIBS@
|
2005-10-25 19:09:33 +02:00
|
|
|
|
2011-07-08 12:23:35 +02:00
|
|
|
[install]
|
2014-09-14 19:48:37 +02:00
|
|
|
compile = 1
|