]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
script: clustered samba: Build samba-ctdb with ad-dc support
authorPavel Filipenský <pfilipensky@samba.org>
Fri, 12 Jul 2024 20:09:43 +0000 (22:09 +0200)
committerPavel Filipensky <pfilipensky@samba.org>
Fri, 26 Jul 2024 17:12:36 +0000 (17:12 +0000)
samba-tool requires addc support

BUG: https://bugzilla.samba.org/show_bug.cgi?id=6750

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
script/autobuild.py

index 5bea99f1fde50ed11f6d63470715ff23ce57b8d1..a62ac8c162f74a3a3aad4528d50f755c40a1a301 100755 (executable)
@@ -852,7 +852,6 @@ tasks = {
          "./configure.developer ${PREFIX} "
          "--with-selftest-prefix=./bin/ab "
          "--with-cluster-support "
-         "--without-ad-dc "
          "--bundled-libraries=!tdb"),
             ("samba-make", "make"),
             ("samba-check", "./bin/smbd --configfile=/dev/null -b | grep CLUSTER_SUPPORT"),