summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Boukris <iboukris@gmail.com>2019-10-15 13:52:42 +0300
committerStefan Metzmacher <metze@samba.org>2019-10-16 12:15:52 +0000
commit0fe766a4f62959c18b1acabfc7de3ece31ccb860 (patch)
tree53903945f36a03eeb1e504a0b41b64452566d633
parent308c2c9cd48f6ff9dfae71ee4c2525f68e227aea (diff)
downloadsamba-0fe766a4f62959c18b1acabfc7de3ece31ccb860.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
)