mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
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>
This commit is contained in:
parent
fd5e8905a0
commit
85a25abed0
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user