nsswitch: Link stress-nss-libwbclient against pthread
authorIsaac Boukris <iboukris@gmail.com>
Tue, 15 Oct 2019 10:52:42 +0000 (13:52 +0300)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 16 Oct 2019 09:33:32 +0000 (09:33 +0000)
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>
nsswitch/wscript_build

index 6acc4a19b9b4a2383427614bd09543629095a796..861ed2f23bf41d9f1082e0a93dfb14fc20878dcb 100644 (file)
@@ -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
                     )