mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
nsswitch: Link stress-nss-libwbclient against pthread
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14140 Signed-off-by: Isaac Boukris <iboukris@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
parent
b01169ff32
commit
d473f1e38c
@ -20,7 +20,7 @@ bld.SAMBA_BINARY('nsstest',
|
||||
if bld.CONFIG_SET('HAVE_PTHREAD'):
|
||||
bld.SAMBA_BINARY('stress-nss-libwbclient',
|
||||
source='stress-nss-libwbclient.c',
|
||||
deps='wbclient',
|
||||
deps='wbclient pthread',
|
||||
install=False
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user