[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Feb 25 17:22:06 MST 2012


The branch, master has been updated
       via  558ef5e s3-configure: Add CFLAGS_APPEND variable
      from  263c7c2 s3: Use the correct enum values

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


- Log -----------------------------------------------------------------
commit 558ef5e26eaff1e1731ce2abd97a5aa486b0a32d
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Feb 25 23:42:52 2012 +0100

    s3-configure: Add CFLAGS_APPEND variable
    
    This makes it possible to add some CFLAGS to the end of the CFLAGS list. I use
    it for adding -Wno-unused-value when compiling with clang.
    
    Autobuild-User: Volker Lendecke <vl at samba.org>
    Autobuild-Date: Sun Feb 26 01:21:49 CET 2012 on sn-devel-104

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

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 dc47f13..6c7c3b0 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -7183,7 +7183,7 @@ AC_TRY_RUN([#include "${srcdir-.}/../tests/summary.c"],
 dnl Merge in developer cflags from now on
 AC_SUBST(DEVELOPER_CFLAGS)
 if test x"$krb5_developer" = x"yes" -o x"$developer" = x"yes" -o x"$picky_developer" = x"yes"; then
-    CFLAGS="${CFLAGS} \$(DEVELOPER_CFLAGS)"
+    CFLAGS="${CFLAGS} \$(DEVELOPER_CFLAGS) ${CFLAGS_APPEND}"
 fi
 
 # Stuff the smbd-only libraries at the end of the smbd link


-- 
Samba Shared Repository


More information about the samba-cvs mailing list