[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon May 13 17:24:02 MDT 2013


The branch, master has been updated
       via  fde1757 build: Add missing dep from vfs_nfs4acl_xattr to NDR_NFS4ACL
      from  09d3f57 lib: Fix CID 241650 Sizeof not portable

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


- Log -----------------------------------------------------------------
commit fde1757f800ee661aa3e5133fed7c910dcb4163e
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue May 14 09:23:33 2013 +1200

    build: Add missing dep from vfs_nfs4acl_xattr to NDR_NFS4ACL
    
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Tue May 14 01:23:17 CEST 2013 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
index 65e96b2..937dbde 100644
--- a/source3/modules/wscript_build
+++ b/source3/modules/wscript_build
@@ -251,7 +251,7 @@ bld.SAMBA3_MODULE('vfs_zfsacl',
 bld.SAMBA3_MODULE('vfs_nfs4acl_xattr',
 		 subsystem='vfs',
 		 source=VFS_NFS4ACL_XATTR_SRC,
-		 deps='NFS4_ACLS sunacl',
+		 deps='NFS4_ACLS sunacl NDR_NFS4ACL',
 		 init_function='',
 		 internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_nfs4acl_xattr'),
 		 enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_nfs4acl_xattr'))


-- 
Samba Shared Repository


More information about the samba-cvs mailing list