mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
20 lines
574 B
Plaintext
20 lines
574 B
Plaintext
$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
|