autobuild: build the "ctdb" target with socket-wrapper enabled
authorMichael Adam <obnox@samba.org>
Thu, 14 Nov 2013 13:13:01 +0000 (14:13 +0100)
committerMartin Schwenke <martins@samba.org>
Thu, 28 Nov 2013 06:31:13 +0000 (07:31 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
script/autobuild.py

index 48fbc3bf90f0d69bf66f29e9a6ee7ea877d5796e..97c46abc983651e1ce4fd284acaf156847d492bf 100755 (executable)
@@ -37,7 +37,7 @@ defaulttasks = [ "ctdb", "samba", "samba-ctdb", "samba-libs", "ldb", "tdb", "ntd
 tasks = {
     "ctdb" : [ ("random-sleep", "../script/random-sleep.sh 60 600", "text/plain"),
                ("autogen", "./autogen.sh", "text/plain"),
 tasks = {
     "ctdb" : [ ("random-sleep", "../script/random-sleep.sh 60 600", "text/plain"),
                ("autogen", "./autogen.sh", "text/plain"),
-               ("configure", "./configure ${PREFIX}", "text/plain"),
+               ("configure", "./configure ${PREFIX} --enable-socket-wrapper ", "text/plain"),
                ("make", "make all", "text/plain"),
                ("install", "make install", "text/plain"),
                ("check-clean-tree", "../script/clean-source-tree.sh", "text/plain"),
                ("make", "make all", "text/plain"),
                ("install", "make install", "text/plain"),
                ("check-clean-tree", "../script/clean-source-tree.sh", "text/plain"),