summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Boukris <iboukris@gmail.com>2019-10-15 13:52:42 +0300
committerKarolin Seeger <kseeger@samba.org>2019-10-16 19:25:14 +0000
commit6902275b6f3c337a4ba5d1fea3f1e0f81fa34a4a (patch)
tree59b706a6f8dc0813de5176fe141fc87becf82b8a
parent41e658f446adaf4a373ece4fbb1d009a69a293dc (diff)
downloadsamba-6902275b6f3c337a4ba5d1fea3f1e0f81fa34a4a.tar.gz
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 d473f1e38c2822746030516269b4d70032cf9b2e)
-rw-r--r--nsswitch/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index 6acc4a19b9b..861ed2f23bf 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -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
)