29295bfeff
in which case ports still can be build with Python 2.7. That should address legacy Python dependencies for some non-Samba ports as well.
11 lines
357 B
Text
11 lines
357 B
Text
--- wscript.orig 2019-02-26 07:02:52 UTC
|
|
+++ wscript
|
|
@@ -121,7 +121,7 @@ def build(bld):
|
|
COMMON_SRC = bld.SUBDIR('common', COMMON_FILES)
|
|
|
|
if bld.env.standalone_tdb:
|
|
- bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
|
|
+ bld.env.PKGCONFIGDIR = '%%PKGCONFIGDIR%%'
|
|
private_library = False
|
|
else:
|
|
private_library = True
|