[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Sun May 23 14:13:32 MDT 2010


The branch, master has been updated
       via  eec9398... build: get the SONAME right for installed libraries
      from  bd8e3cf... Substitute the pidl files without using 'headermap.txt'

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


- Log -----------------------------------------------------------------
commit eec93985d1d31c86509020fb03515758531a098f
Author: Andrew Tridgell <tridge at samba.org>
Date:   Sun May 23 17:55:48 2010 +0200

    build: get the SONAME right for installed libraries

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

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


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/samba_install.py b/buildtools/wafsamba/samba_install.py
index 63dab16..4e968bf 100644
--- a/buildtools/wafsamba/samba_install.py
+++ b/buildtools/wafsamba/samba_install.py
@@ -105,6 +105,10 @@ def install_library(self):
         install_link = None
         inst_name    = 'lib%s.so' % t.target
 
+    if t.env.SONAME_ST and install_link:
+        t.env.append_value('LINKFLAGS', t.env.SONAME_ST % install_link)
+        t.env.SONAME_ST = ''
+
     # tell waf to install the library
     bld.install_as(os.path.join(install_path, install_name),
                    os.path.join(self.path.abspath(bld.env), inst_name))


-- 
Samba Shared Repository


More information about the samba-cvs mailing list