The branch, master has been updated
       via  53b49d4 build: tru64 needs -shared for building libs
      from  b352ecb waf: added -Wmissing-prototypes to build

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


- Log -----------------------------------------------------------------
commit 53b49d4091205cfefabf424a2fefc2df756613d9
Author: Matthieu Patou <[email protected]>
Date:   Wed Dec 8 09:47:36 2010 +0300

    build: tru64 needs -shared for building libs
    
    Autobuild-User: Matthieu Patou <[email protected]>
    Autobuild-Date: Wed Dec  8 08:33:54 CET 2010 on sn-devel-104

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

Summary of changes:
 buildtools/wafsamba/tru64cc.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/tru64cc.py b/buildtools/wafsamba/tru64cc.py
index c4a0dca..7e85701 100644
--- a/buildtools/wafsamba/tru64cc.py
+++ b/buildtools/wafsamba/tru64cc.py
@@ -58,7 +58,7 @@ def tru64cc_common_flags(conf):
 
        # shared library
 #      v['shlib_CCFLAGS']       = ['-Kpic', '-DPIC']
-#      v['shlib_LINKFLAGS']     = ['-G']
+       v['shlib_LINKFLAGS']     = ['-shared']
        v['shlib_PATTERN']       = 'lib%s.so'
 
        # static lib


-- 
Samba Shared Repository

Reply via email to