s3: Update waf build to include missed dependancy on Lion.
authorIra Cooper <ira@samba.org>
Thu, 15 Mar 2012 00:43:46 +0000 (20:43 -0400)
committerIra Cooper <ira@samba.org>
Thu, 15 Mar 2012 06:34:43 +0000 (07:34 +0100)
Autobuild-User: Ira Cooper <ira@samba.org>
Autobuild-Date: Thu Mar 15 07:34:43 CET 2012 on sn-devel-104

source3/lib/pthreadpool/wscript_build

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