Cross Reference: setup.cfg.patch
xref
: /
solaris-userland
/
components
/
python
/
python-ldap
/
patches
/
setup.cfg.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
setup.cfg.patch revision 2035
2035
N/A
Used to provide correct OpenLDAP include directory and to remove bogus
2035
N/A
OpenLDAP lib directory, so that pkglint doesn't complain.
2035
N/A
2035
N/A
---
python-ldap-2.4.10/setup.cfg.orig
2013-05-01 14:47:08.110553898 -0700
2035
N/A
+++
python-ldap-2.4.10/setup.cfg
2013-05-01 14:47:49.755987482 -0700
2035
N/A
@@ -1,6 +1,6 @@
2035
N/A
[_ldap]
2035
N/A
-library_dirs =
/opt/openldap-RE24/lib
/usr/lib
2035
N/A
-include_dirs =
/opt/openldap-RE24/include
/usr/include/sasl
/usr/include
2035
N/A
+library_dirs =
2035
N/A
+include_dirs =
/usr/include/openldap
/usr/include/sasl
/usr/include
2035
N/A
defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
2035
N/A
extra_compile_args =
2035
N/A
extra_objects =