mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
ctdb-build: Add missing dependency on popt
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
c53c3dfeff
commit
9b720ab139
@ -212,7 +212,7 @@ def build(bld):
|
||||
ctdb_message.c cmdline.c rb_tree.c
|
||||
system_common.c ctdb_fork.c'''),
|
||||
includes='include include/internal common . lib/util',
|
||||
deps='replace popt talloc tevent tdb')
|
||||
deps='replace popt talloc tevent tdb popt')
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('ctdb-common-util',
|
||||
source=bld.SUBDIR('common',
|
||||
|
Loading…
x
Reference in New Issue
Block a user