The branch, master has been updated
       via  5f01bb1 build: Add talloc and samba-debug dep for gensec_external 
module
      from  ffe3394 s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't 
set, cope with servers that don't send the 2 unused fields.

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


- Log -----------------------------------------------------------------
commit 5f01bb1b069baa81c49f620cbf6f86dc36311d01
Author: Andrew Bartlett <[email protected]>
Date:   Thu Mar 19 18:23:09 2015 +1300

    build: Add talloc and samba-debug dep for gensec_external module
    
    On a host without a talloc.h, this caused the build to fail
    
    Signed-off-by: Andrew Bartlett <[email protected]>
    Reviewed-by: Volker Lendecke <[email protected]>
    
    Autobuild-User(master): Volker Lendecke <[email protected]>
    Autobuild-Date(master): Thu Mar 19 18:01:09 CET 2015 on sn-devel-104

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

Summary of changes:
 auth/gensec/wscript_build | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/auth/gensec/wscript_build b/auth/gensec/wscript_build
index b2f6033..e6d179b 100755
--- a/auth/gensec/wscript_build
+++ b/auth/gensec/wscript_build
@@ -36,5 +36,6 @@ bld.SAMBA_MODULE('gensec_external',
        source='external.c',
        autoproto='external_proto.h',
        subsystem='gensec',
+       deps='samba-debug talloc',
        init_function='gensec_external_init'
        )


-- 
Samba Shared Repository

Reply via email to