[SCM] Samba Shared Repository - branch v3-5-test updated

Karolin Seeger kseeger at samba.org
Wed Jun 16 00:25:52 MDT 2010


The branch, v3-5-test has been updated
       via  08c1c5f... s3:configure: turn "error warnings" into errors
      from  3f8a03c... s3: fix calculation of st_blocks in streams_xattr

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit 08c1c5f87e249a6f42dc5d78d8429689e1ec7274
Author: Björn Jacke <bj at sernet.de>
Date:   Mon May 24 23:34:00 2010 +0200

    s3:configure: turn "error warnings" into errors
    
    By default "Missing argument(s)" is just an "error warning" for xlc :-)
    The change to turn "error warnings" into errors should fix bug #7427.
    (cherry picked from commit ff0872d59d78ad42212c88313ef924ea4eb7a8a1)
    
    Fix bug #7427 (Using IBM xl_C compiler produces wrong results in configure).

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

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


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 74a2479..ff19e19 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1583,7 +1583,7 @@ DSO_EXPORTS=""
 			# .po will just create compile warnings, use po.o:
 			if test "${GCC}" != "yes"; then
 				## for funky AIX compiler using strncpy()
-				CFLAGS="$CFLAGS -D_LINUX_SOURCE_COMPAT -qmaxmem=32000"
+				CFLAGS="$CFLAGS -D_LINUX_SOURCE_COMPAT -qmaxmem=32000 -qhalt=e"
 			fi
 
 			AC_DEFINE(STAT_ST_BLOCKSIZE,DEV_BSIZE,[The size of a block])


-- 
Samba Shared Repository


More information about the samba-cvs mailing list