From 8b02b78044bd5baf1654ad6c2f4f28c5e9934c91 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 6 Jun 2011 22:22:34 +0200 Subject: s3-waf: Fix pthreadpool build which needs librt now. Autobuild-User: Andreas Schneider Autobuild-Date: Mon Jun 6 23:31:09 CEST 2011 on sn-devel-104 --- source3/lib/pthreadpool/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/pthreadpool') 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', -- cgit