opnsense-ports/databases/tdb/files/patch-wscript
Franco Fichtner bfe9f6a0d4 */*: sync with upstream
Taken from: HardenedBSD
2017-11-20 22:19:04 +01:00

11 lines
357 B
Text

--- wscript.orig 2017-08-24 11:29:08 UTC
+++ wscript
@@ -115,7 +115,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