[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Fri May 14 05:39:13 MDT 2010


The branch, master has been updated
       via  3408c94... wafsamba: use -D_XOPEN_SOURCE=700 for the build
      from  e92f9c5... s3-libsmb: fix typo in remote_password_change().

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


- Log -----------------------------------------------------------------
commit 3408c942ab09387c399dad03e22233e33fe1e2fc
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri May 14 13:21:30 2010 +0200

    wafsamba: use -D_XOPEN_SOURCE=700 for the build
    
    Some systems set this automaticly via -D_GNU_SOURCE=1,
    but on others we need to set it ourself (e.g. Mac OS 10.4)
    
    metze

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

Summary of changes:
 buildtools/wafsamba/wscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
index 56f2e60..88a19fe 100644
--- a/buildtools/wafsamba/wscript
+++ b/buildtools/wafsamba/wscript
@@ -229,6 +229,7 @@ def configure(conf):
 
     conf.DEFINE('_GNU_SOURCE', 1, add_to_cflags=True)
     conf.DEFINE('_XOPEN_SOURCE_EXTENDED', 1, add_to_cflags=True)
+    conf.DEFINE('_XOPEN_SOURCE', 700, add_to_cflags=True)
 
     # get the base headers we'll use for the rest of the tests
     conf.CHECK_HEADERS('stdio.h sys/types.h sys/stat.h stdlib.h stddef.h memory.h string.h',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list