The branch, master has been updated
       via  c28d16e Define the winbindd socket directory when building wbclient
      from  c743fc4 ctdb-scripts: Update a misleading comment

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


- Log -----------------------------------------------------------------
commit c28d16e52dae7c6e25174929a5bddf81f24112f5
Author: Garming Sam <[email protected]>
Date:   Wed Feb 19 11:38:51 2014 +1300

    Define the winbindd socket directory when building wbclient
    
    Change-Id: I2a730e41f45cff0f4836fbc8f993947e3a30aa18
    Signed-off-by: Garming Sam <[email protected]>
    Reviewed-by: Andrew Bartlett <[email protected]>
    Reviewed-by: Michael Adam <[email protected]>
    
    Autobuild-User(master): Michael Adam <[email protected]>
    Autobuild-Date(master): Wed Feb 19 16:25:42 CET 2014 on sn-devel-104

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

Summary of changes:
 source4/libcli/wbclient/wscript_build |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/libcli/wbclient/wscript_build 
b/source4/libcli/wbclient/wscript_build
index 85439fc..c9bfc85 100644
--- a/source4/libcli/wbclient/wscript_build
+++ b/source4/libcli/wbclient/wscript_build
@@ -4,6 +4,7 @@ bld.SAMBA_LIBRARY('LIBWBCLIENT_OLD',
                   source='wbclient.c',
                   public_deps='errors events',
                   deps='NDR_WINBIND MESSAGING RPC_NDR_WINBIND',
+                  cflags='-DWINBINDD_SOCKET_DIR=\"%s\"' % 
bld.env.WINBINDD_SOCKET_DIR,
                   private_library=True
        )
 


-- 
Samba Shared Repository

Reply via email to