summaryrefslogtreecommitdiff
path: root/third_party/uid_wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/uid_wrapper')
-rw-r--r--third_party/uid_wrapper/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/uid_wrapper/wscript b/third_party/uid_wrapper/wscript
index df302ab7e3f..182ef88d3df 100644
--- a/third_party/uid_wrapper/wscript
+++ b/third_party/uid_wrapper/wscript
@@ -119,6 +119,6 @@ def build(bld):
# breaks preloading!
bld.SAMBA_LIBRARY('uid_wrapper',
source='uid_wrapper.c',
- deps='dl',
+ deps='dl pthread',
install=False,
realname='libuid-wrapper.so')