[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Fri May 14 07:22:13 MDT 2010


The branch, master has been updated
       via  3b8d9cd... Revert "wafsamba: use -D_XOPEN_SOURCE=700 for the build"
      from  3edb95a... s4-libndr: fix ndr_pull_string_array() for non utf16 arrays in s4 as well.

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


- Log -----------------------------------------------------------------
commit 3b8d9cd87e88ad454322b82eb2490477dbc82d8f
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri May 14 15:18:46 2010 +0200

    Revert "wafsamba: use -D_XOPEN_SOURCE=700 for the build"
    
    This reverts commit 3408c942ab09387c399dad03e22233e33fe1e2fc.
    
    This seems to cause more problems than it tries to solve.
    
    And Mac OS 10.4 doesn't need it anymore
    (after commit bd6d76d77621c1dc92262c48204b65455a214b62).
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
index 88a19fe..56f2e60 100644
--- a/buildtools/wafsamba/wscript
+++ b/buildtools/wafsamba/wscript
@@ -229,7 +229,6 @@ 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