ports/net/py-ldap0/files/patch-setup.py
Palle Girgensohn 76c3268173 Update web2ldap to verstion 1.3.16
Also welcome py-ldap0 to the ports tree as a dependency.

This version adds a rc script to start the standalone mode.
Taking maintainership as bsam@ offered to step down.

Releasenotes:	https://web2ldap.de/changes-1.3.html#r1.3.16
PR:		227459
2018-05-03 13:26:25 +00:00

11 lines
366 B
Python

--- setup.py.orig 2018-02-06 13:04:47 UTC
+++ setup.py
@@ -22,7 +22,7 @@ class OpenLDAP2BuildConfig:
def __init__(self, meta_defines):
self.library_dirs = []
- self.include_dirs = []
+ self.include_dirs = [os.environ['INCLUDES']]
self.extra_compile_args = []
self.extra_link_args = []
self.extra_objects = []