mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +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>
(cherry picked from commit d473f1e38c
)
This commit is contained in:
parent
308c2c9cd4
commit
0fe766a4f6
@ -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