From b69d1beed403acb080eadf2700f86b97db390b86 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Wed, 2 May 2018 13:36:21 +0000 Subject: net/py-ldap: update to 3.0.0 --- net/py-ldap/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/py-ldap/files/patch-setup.py (limited to 'net/py-ldap/files/patch-setup.py') diff --git a/net/py-ldap/files/patch-setup.py b/net/py-ldap/files/patch-setup.py new file mode 100644 index 000000000000..5c5f82de9fe3 --- /dev/null +++ b/net/py-ldap/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-02-14 10:21:57 UTC ++++ setup.py +@@ -23,7 +23,7 @@ import pkginfo + #-- A class describing the features and requirements of OpenLDAP 2.0 + class OpenLDAP2: + library_dirs = [] +- include_dirs = [] ++ include_dirs = ['%%LOCALBASE%%/include'] + extra_compile_args = [] + extra_link_args = [] + extra_objects = [] -- cgit v1.2.3