[SCM] Samba Shared Repository - branch master updated

Matthieu Patou mat at samba.org
Thu Oct 28 16:36:02 MDT 2010


The branch, master has been updated
       via  4a11cad build: add the -fno-common flags to fix the link pb on mac os X
      from  090fcb0 s3-waf: add vfs_time_audit to the build.

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


- Log -----------------------------------------------------------------
commit 4a11cad0e063431eec9cfce385ebacdb22279712
Author: Matthieu Patou <mat at matws.net>
Date:   Fri Oct 29 01:52:32 2010 +0400

    build: add the -fno-common flags to fix the link pb on mac os X
    
    Autobuild-User: Matthieu Patou <mat at samba.org>
    Autobuild-Date: Thu Oct 28 22:35:08 UTC 2010 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
index 4c9c3e7..7c40c8c 100644
--- a/buildtools/wafsamba/wscript
+++ b/buildtools/wafsamba/wscript
@@ -271,6 +271,8 @@ def configure(conf):
     else:
         conf.ADD_CFLAGS('-fPIC', testflags=True)
 
+    if sys.platform == 'darwin':
+        conf.ADD_LDFLAGS('-fno-common', testflags=True)
     conf.CHECK_INLINE()
 
     # check for pkgconfig


-- 
Samba Shared Repository


More information about the samba-cvs mailing list