mirror of
https://github.com/samba-team/samba.git
synced 2025-11-04 00:23:49 +03:00
s3-waf: Don't build winbindd when --without-winbind is set
This commit is contained in:
@@ -890,6 +890,7 @@ bld.SAMBA_BINARY('winbindd/winbindd',
|
||||
deps='''talloc tdb tevent cap dl popt DYNCONFIG z NSS_WRAPPER
|
||||
LIBWBCLIENT PASSDB resolv LDB''',
|
||||
includes='lib',
|
||||
enabled=(bld.env.WITH_WINBIND == 1),
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA_BINARY('wbinfo',
|
||||
|
||||
Reference in New Issue
Block a user