From: Ira Cooper Date: Thu, 15 Mar 2012 00:43:46 +0000 (-0400) Subject: s3: Update waf build to include missed dependancy on Lion. X-Git-Tag: tdb-1.2.10~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e64b1188bc7a6e42eb4d1d91e0c2a5a8a3fc02d3;p=thirdparty%2Fsamba.git s3: Update waf build to include missed dependancy on Lion. Autobuild-User: Ira Cooper Autobuild-Date: Thu Mar 15 07:34:43 CET 2012 on sn-devel-104 --- diff --git a/source3/lib/pthreadpool/wscript_build b/source3/lib/pthreadpool/wscript_build index 611ff5a4331..5488c3a5eab 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 rt', + deps='pthread rt replace', enabled=bld.env.WITH_PTHREADPOOL) bld.SAMBA3_BINARY('pthreadpooltest',