mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
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
11 lines
366 B
Python
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 = []
|