[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Mon Jan 23 07:27:03 UTC 2017


The branch, master has been updated
       via  8ec6d8a Add explicit dependency on samba-debug from libinterfaces and libserverrole.
      from  02729863 selftest: Remove unsued variables WINBINDD_PRIV_PIPE_DIR and wbsockprivdir

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


- Log -----------------------------------------------------------------
commit 8ec6d8a6f27bf6330f214cdad37b396d251b03ee
Author: Zentaro Kavanagh <zentaro at google.com>
Date:   Tue Jan 17 12:40:01 2017 -0800

    Add explicit dependency on samba-debug from libinterfaces and libserverrole.
    
    Currently these dependencies are indirect via a SAMBA_SUBSYSTEM
    which does not propagate private library information. This results
    in these 2 libraries getting generated with no RPATH information
    in the ELF header.
    
    Additional discussion [1].
    
    [1] -
    https://lists.samba.org/archive/samba-technical/2017-January/118078.html
    
    Signed-off-by: Zentaro Kavanagh <zentaro at google.com>
    Reviewed-by: Ralph Böhme <slow at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date(master): Mon Jan 23 08:26:43 CET 2017 on sn-devel-144

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

Summary of changes:
 lib/param/wscript_build  | 2 +-
 lib/socket/wscript_build | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/param/wscript_build b/lib/param/wscript_build
index c7fe577..20c8bca 100644
--- a/lib/param/wscript_build
+++ b/lib/param/wscript_build
@@ -32,7 +32,7 @@ bld.SAMBA_GENERATOR('param_table_gen.c',
 
 bld.SAMBA_LIBRARY('server-role',
                   source='loadparm_server_role.c',
-                  deps='samba-util',
+                  deps='samba-util samba-debug',
                   private_library=True)
 
 bld.SAMBA_LIBRARY('samba-hostconfig',
diff --git a/lib/socket/wscript_build b/lib/socket/wscript_build
index 61bde12..92e5aef 100644
--- a/lib/socket/wscript_build
+++ b/lib/socket/wscript_build
@@ -2,6 +2,6 @@
 
 bld.SAMBA_LIBRARY('interfaces',
     source='interfaces.c',
-    deps='samba-util',
+    deps='samba-util samba-debug',
     private_library=True
     )


-- 
Samba Shared Repository



More information about the samba-cvs mailing list