mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
20 lines
530 B
Plaintext
20 lines
530 B
Plaintext
$NetBSD: patch-aa,v 1.10 2014/03/03 17:01:34 adam Exp $
|
|
|
|
--- setup.cfg.orig 2012-02-21 17:18:54.000000000 +0000
|
|
+++ setup.cfg
|
|
@@ -1,10 +1,10 @@
|
|
[_ldap]
|
|
-library_dirs = /opt/openldap/lib64 /usr/lib
|
|
-include_dirs = /opt/openldap/include /usr/include/sasl /usr/include
|
|
-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
|