mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3-waf: Fix the smbclient build with libcap
This commit is contained in:
parent
3d2c99f13b
commit
d0e131ee4e
@ -950,7 +950,7 @@ bld.SAMBA_BINARY('web/swat',
|
||||
|
||||
bld.SAMBA_BINARY('smbclient',
|
||||
source=CLIENT_SRC,
|
||||
deps='''talloc tdb POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD
|
||||
deps='''talloc tdb cap POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD
|
||||
PARAM_WITHOUT_REG LIBWBCLIENT DYNCONFIG''',
|
||||
vars=locals())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user