mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
s3-waf: Link nmbd only against needed subsystems.
This commit is contained in:
parent
9b71a80316
commit
005d370a8a
@ -1200,9 +1200,13 @@ bld.SAMBA3_BINARY('smbd/smbd',
|
||||
|
||||
bld.SAMBA3_BINARY('nmbd/nmbd',
|
||||
source=NMBD_SRC,
|
||||
deps='''talloc tdb_compat tevent z cap wbclient dl
|
||||
pdb param ldap smbd_shim libsmb
|
||||
popt_samba3 KRBCLIENT NDR_SAMR NDR_LSA PROFILE''',
|
||||
deps='''
|
||||
talloc
|
||||
tevent
|
||||
param
|
||||
libsmb
|
||||
popt_samba3
|
||||
PROFILE''',
|
||||
install_path='${SBINDIR}',
|
||||
vars=locals())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user