projects
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
729dbc8
)
[PATCH] Force LDB as standalone
author
Mathieu Parent
<math.parent@gmail.com>
Sun, 19 Dec 2021 21:29:13 +0000
(22:29 +0100)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Thu, 20 Jun 2024 06:49:50 +0000
(09:49 +0300)
Gbp-Pq: Name Force-LDB-as-standalone.patch
lib/ldb/wscript
patch
|
blob
|
history
diff --git
a/lib/ldb/wscript
b/lib/ldb/wscript
index 936abe7e41d46da65c4bf63b1a8d0d212770576e..8a669533ac0e7ca07ca1ee20cf73df4dc6563bb1 100644
(file)
--- a/
lib/ldb/wscript
+++ b/
lib/ldb/wscript
@@
-67,7
+67,7
@@
def configure(conf):
#
conf.CONFIG_PATH('LDB_MODULESDIR', conf.SUBST_ENV_VAR('MODULESDIR') + '/ldb')
- conf.env.standalone_ldb = conf.IN_LAUNCH_DIR()
+ conf.env.standalone_ldb = conf.IN_LAUNCH_DIR()
or True
if not conf.env.standalone_ldb:
max_ldb_version = [int(x) for x in VERSION.split(".")]