From: Andrew Bartlett Date: Tue, 4 Sep 2012 09:41:38 +0000 (+1000) Subject: build: vfs_fake_acls does not need the acl lib X-Git-Tag: samba-4.0.0rc1~256 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cac1ebfff6c83bfe6cec3a740dface97f706f9ff;p=thirdparty%2Fsamba.git build: vfs_fake_acls does not need the acl lib --- diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build index eccbfadcd0a..aa4cc6b198c 100644 --- a/source3/modules/wscript_build +++ b/source3/modules/wscript_build @@ -107,7 +107,7 @@ bld.SAMBA3_MODULE('vfs_fake_perms', bld.SAMBA3_MODULE('vfs_fake_acls', subsystem='vfs', source=VFS_FAKE_ACLS_SRC, - deps='acl attr samba-util', + deps='attr samba-util', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_fake_acls'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_fake_acls'))