ctdb-build: Apply dependency to correct subsystem
authorAmitay Isaacs <amitay@gmail.com>
Thu, 2 Nov 2017 06:33:19 +0000 (17:33 +1100)
committerMartin Schwenke <martins@samba.org>
Wed, 13 Dec 2017 07:48:18 +0000 (08:48 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/wscript

index f5a248191d2a7d3fc3a6ad24522413e79ce99258..8774b999ff2f8d428b76afe842fe4be2cd843c9a 100644 (file)
@@ -442,7 +442,7 @@ def build(bld):
                         source=bld.SUBDIR('common',
                                           '''sock_daemon.c'''),
                         deps='''samba-util ctdb-util tevent-util
-                                replace talloc tevent''')
+                                LIBASYNC_REQ replace talloc tevent''')
 
     bld.SAMBA_SUBSYSTEM('ctdb-ipalloc',
                         source=bld.SUBDIR('server',
@@ -511,7 +511,7 @@ def build(bld):
     bld.SAMBA_BINARY('ctdb_eventd',
                      source='server/ctdb_eventd.c',
                      deps='''ctdb-server-util ctdb-protocol ctdb-protocol-util
-                             ctdb-util samba-util LIBASYNC_REQ replace popt''',
+                             ctdb-util samba-util replace popt''',
                      install_path='${CTDB_HELPER_BINDIR}')
 
     bld.SAMBA_BINARY('ctdb_lock_helper',