opnsense-ports/databases/tdb/files/patch-wscript
Franco Fichtner 7181555563 */*: sync with upstream
Taken from: HardenedBSD
2019-06-21 06:25:29 +02:00

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