From: Stefan Metzmacher Date: Tue, 15 Dec 2020 12:43:22 +0000 (+0100) Subject: autobuild.py: use --enable-clangdb for the "samba-ctdb" task X-Git-Tag: samba-4.14.0rc1~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e61d1ff31b77a2fc3c2733c90d535a071aab8b5;p=thirdparty%2Fsamba.git 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 --- 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"),