[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Thu Jun 7 04:50:03 MDT 2012


The branch, master has been updated
       via  8778e41 build: fix typo that breaks the HP-UX build
      from  0dd4363 build: Tidy up broken posix_fallocate tests

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


- Log -----------------------------------------------------------------
commit 8778e411825ab8fe20fc6b60475615f3540ca7c3
Author: Björn Jacke <bj at sernet.de>
Date:   Thu Jun 7 10:15:01 2012 +0200

    build: fix typo that breaks the HP-UX build
    
    Autobuild-User(master): Björn Jacke <bj at sernet.de>
    Autobuild-Date(master): Thu Jun  7 12:49:17 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index a9368b2..02773c0 100755
--- a/source3/wscript
+++ b/source3/wscript
@@ -1340,7 +1340,7 @@ main() {
             PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread'
             PTHREAD_LDFLAGS='-pthread'
     if PTHREAD_LDFLAGS == 'error':
-        if conf.CHECK_FUNC('pthread_attr_init'):
+        if conf.CHECK_FUNCS('pthread_attr_init'):
             PTHREAD_CFLAGS='-D_REENTRANT'
             PTHREAD_LDFLAGS='-lpthread'
     # especially for HP-UX, where the CHECK_FUNC macro fails to test for


-- 
Samba Shared Repository


More information about the samba-cvs mailing list