]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/ldb: Always build standalone
authorAndrew Bartlett <abartlet@samba.org>
Fri, 9 Feb 2024 09:33:22 +0000 (22:33 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 1 Mar 2024 02:41:36 +0000 (02:41 +0000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/ldb/wscript

index b8ea2ff10250e03b633e1dfedc7c9cddb951f980..4400baa0b86bfe1471fd347c259e58fbfbeb62d1 100644 (file)
@@ -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 = True
 
     if not conf.CHECK_CODE('return !(sizeof(size_t) >= 8)',
                            "HAVE_64_BIT_SIZE_T_FOR_LMDB",