[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Mon Jul 4 08:20:02 MDT 2011


The branch, master has been updated
       via  e17ab20 s3-build add tevent depencency on libsmb
      from  ff94539 s3-printing: open up a winreg pipe handle for the migration code.

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


- Log -----------------------------------------------------------------
commit e17ab202272ce7425858ea034eee461d12a24dd0
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Mon Jul 4 22:08:37 2011 +1000

    s3-build add tevent depencency on libsmb
    
    This may assist the build on FreeBSD 8.2
    
    Andrew Bartlett
    
    Autobuild-User: Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date: Mon Jul  4 16:19:10 CEST 2011 on sn-devel-104

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

Summary of changes:
 source3/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index 2b4373d..5972196 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -819,7 +819,7 @@ bld.SAMBA3_SUBSYSTEM('LIBNTLMSSP',
 
 bld.SAMBA3_LIBRARY('libsmb',
                    source=LIBSMB_SRC,
-                   deps='LIBNTLMSSP CLDAP LIBNMB LIBNBT LIBDRSUAPI SPNEGO_PARSE LIBTSOCKET KRBCLIENT LIBCLI_SMB_COMMON util_cmdline',
+                   deps='LIBNTLMSSP CLDAP LIBNMB LIBNBT LIBDRSUAPI SPNEGO_PARSE LIBTSOCKET KRBCLIENT LIBCLI_SMB_COMMON util_cmdline tevent',
                    vars=locals(),
                    private_library=True)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list