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
./
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.
6435
N/A
Patch was developed in-house; it is Solaris specific and
6435
N/A
will not be contributed upstream.
2035
N/A
6435
N/A
---
python-ldap-2.4.25/setup.cfg.orig
Fri May 6 13:26:21 2016
6435
N/A
+++
python-ldap-2.4.25/setup.cfg
Fri May 6 13:31:14 2016
2035
N/A
@@ -1,6 +1,6 @@
2035
N/A
[_ldap]
6435
N/A
-library_dirs =
/usr/lib
/usr/lib64
/usr/local/lib
/usr/local/lib64
6435
N/A
-include_dirs =
/usr/include
/usr/include/sasl
/usr/local/include
/usr/local/include/sasl
2035
N/A
+library_dirs =
6435
N/A
+include_dirs =
/usr/include/openldap
/usr/include
/usr/include/sasl
/usr/local/include
/usr/local/include/sasl
2035
N/A
defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
2035
N/A
extra_compile_args =
2035
N/A
extra_objects =