From 3e61d1ff31b77a2fc3c2733c90d535a071aab8b5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 15 Dec 2020 13:43:22 +0100 Subject: [PATCH] autobuild.py: use --enable-clangdb for the "samba-ctdb" task The key is that we only enable it for just one task. I plan to restructure the autobuild tasks, but 'samba-ctdb' will stay the way it works currently. Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- script/autobuild.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/autobuild.py b/script/autobuild.py index 00ba8d727b0..444bc156f48 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -620,6 +620,7 @@ tasks = { "PKG_CONFIG_PATH=${PREFIX_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH} " "./configure.developer ${PREFIX} " "--with-selftest-prefix=./bin/ab " + "--enable-clangdb " "--with-cluster-support " "--without-ad-dc " "--bundled-libraries=!tdb"), -- 2.47.3