summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-11-14 14:13:01 +0100
committerMartin Schwenke <martins@samba.org>2013-11-28 07:31:13 +0100
commit85a25abed0b05d829ed5e628c6f61790a975167b (patch)
tree17879ddb15bffade086007faafc28390f1d193ae /script
parentfd5e8905a09875d13ef109133edd361a82cf8e1e (diff)
downloadsamba-85a25abed0b05d829ed5e628c6f61790a975167b.tar.gz
samba-85a25abed0b05d829ed5e628c6f61790a975167b.tar.xz
samba-85a25abed0b05d829ed5e628c6f61790a975167b.zip
autobuild: build the "ctdb" target with socket-wrapper enabled
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 48fbc3bf90f..97c46abc983 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -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"),
- ("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"),