s3-waf: Fix pthreadpool build which needs librt now.
authorAndreas Schneider <asn@samba.org>
Mon, 6 Jun 2011 20:22:34 +0000 (22:22 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 6 Jun 2011 21:31:09 +0000 (23:31 +0200)
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Mon Jun  6 23:31:09 CEST 2011 on sn-devel-104

source3/lib/pthreadpool/wscript_build

index 7679b58c442f47b596db14fb957ed2e62d8c8f3c..611ff5a43317db26fb5ace2be248d7a924a8d7ee 100644 (file)
@@ -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',