[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Jun 6 15:32:02 MDT 2011


The branch, master has been updated
       via  8b02b78 s3-waf: Fix pthreadpool build which needs librt now.
      from  0efcc94 Fix bug #8197 - winbind does not properly detect when a DC connection is dead.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8b02b78044bd5baf1654ad6c2f4f28c5e9934c91
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Jun 6 22:22:34 2011 +0200

    s3-waf: Fix pthreadpool build which needs librt now.
    
    Autobuild-User: Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date: Mon Jun  6 23:31:09 CEST 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/pthreadpool/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/pthreadpool/wscript_build b/source3/lib/pthreadpool/wscript_build
index 7679b58..611ff5a 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',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list