Added database/tdb as tdb1410

This commit is contained in:
2025-01-23 15:05:49 +01:00
parent e9868dc745
commit 21bb9220c4
13 changed files with 602 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- 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