ctdb-build: Add missing dependency on samba-util
authorAmitay Isaacs <amitay@gmail.com>
Fri, 22 Apr 2016 07:30:31 +0000 (17:30 +1000)
committerAmitay Isaacs <amitay@samba.org>
Mon, 25 Jul 2016 19:29:43 +0000 (21:29 +0200)
reqid.c uses idr, which requires samba-util.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/wscript [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 8682974..eab2cae
@@ -346,7 +346,8 @@ def build(bld):
                                           '''db_hash.c srvid.c reqid.c
                                              pkt_read.c pkt_write.c comm.c
                                              logging.c rb_tree.c'''),
-                        deps='replace talloc tevent tdb tevent-util')
+                        deps='''samba-util tevent-util
+                                replace talloc tevent tdb''')
 
     bld.SAMBA_SUBSYSTEM('ctdb-protocol',
                         source=bld.SUBDIR('protocol',