diff options
author | Ira Cooper <ira@samba.org> | 2012-03-14 20:43:46 -0400 |
---|---|---|
committer | Ira Cooper <ira@samba.org> | 2012-03-15 07:34:43 +0100 |
commit | e64b1188bc7a6e42eb4d1d91e0c2a5a8a3fc02d3 (patch) | |
tree | 3ad328ad5e7b195472afd6fa097dae4a63313469 /source3 | |
parent | b990279304b5e2b2ee0f64480cb09eda33f76beb (diff) | |
download | samba-e64b1188bc7a6e42eb4d1d91e0c2a5a8a3fc02d3.tar.gz samba-e64b1188bc7a6e42eb4d1d91e0c2a5a8a3fc02d3.tar.bz2 samba-e64b1188bc7a6e42eb4d1d91e0c2a5a8a3fc02d3.zip |
s3: Update waf build to include missed dependancy on Lion.
Autobuild-User: Ira Cooper <ira@samba.org>
Autobuild-Date: Thu Mar 15 07:34:43 CET 2012 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/pthreadpool/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/pthreadpool/wscript_build b/source3/lib/pthreadpool/wscript_build index 611ff5a433..5488c3a5ea 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', |