summaryrefslogtreecommitdiff
path: root/source3/lib/pthreadpool/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-06-06 22:22:34 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-06-06 23:31:09 +0200
commit8b02b78044bd5baf1654ad6c2f4f28c5e9934c91 (patch)
tree50c33bcccd22a73a530692cabca8a3b16ee2372c /source3/lib/pthreadpool/wscript_build
parent0efcc94fb834aeb03e8edc3034aa0cdeefdc0985 (diff)
downloadsamba-8b02b78044bd5baf1654ad6c2f4f28c5e9934c91.tar.gz
samba-8b02b78044bd5baf1654ad6c2f4f28c5e9934c91.tar.bz2
samba-8b02b78044bd5baf1654ad6c2f4f28c5e9934c91.zip
s3-waf: Fix pthreadpool build which needs librt now.
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon Jun 6 23:31:09 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/lib/pthreadpool/wscript_build')
-rw-r--r--source3/lib/pthreadpool/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/pthreadpool/wscript_build b/source3/lib/pthreadpool/wscript_build
index 7679b58c44..611ff5a433 100644
--- a/source3/lib/pthreadpool/wscript_build
+++ b/source3/lib/pthreadpool/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA3_SUBSYSTEM('PTHREADPOOL',
source='pthreadpool.c',
- deps='pthread',
+ deps='pthread rt',
enabled=bld.env.WITH_PTHREADPOOL)
bld.SAMBA3_BINARY('pthreadpooltest',