summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-04 19:41:38 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-04 20:16:49 +1000
commitcac1ebfff6c83bfe6cec3a740dface97f706f9ff (patch)
tree48b6be8b87e5e53e881f8a52fd5d144899d0614a /source3
parent73932a3aa40bb4b2c2bd22f1be3abc546ab83481 (diff)
downloadsamba-cac1ebfff6c83bfe6cec3a740dface97f706f9ff.tar.gz
samba-cac1ebfff6c83bfe6cec3a740dface97f706f9ff.tar.bz2
samba-cac1ebfff6c83bfe6cec3a740dface97f706f9ff.zip
build: vfs_fake_acls does not need the acl lib
Diffstat (limited to 'source3')
-rw-r--r--source3/modules/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
index eccbfadcd0..aa4cc6b198 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'))