diff options
author | Günther Deschner <gd@samba.org> | 2011-01-31 09:38:21 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-31 10:51:10 +0100 |
commit | 35a7bebe2bc2c26ad2ee0a2ef9ce4217ca42e0ef (patch) | |
tree | a01452dee7abeb6a88c6d6212c802a818a9ed5d2 /source3/modules/wscript_build | |
parent | c9cb42a27634a0a711d48762c779c6b2f7c338e2 (diff) | |
download | samba-35a7bebe2bc2c26ad2ee0a2ef9ce4217ca42e0ef.tar.gz samba-35a7bebe2bc2c26ad2ee0a2ef9ce4217ca42e0ef.tar.bz2 samba-35a7bebe2bc2c26ad2ee0a2ef9ce4217ca42e0ef.zip |
s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.
Volker, please check.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Jan 31 10:51:10 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/modules/wscript_build')
-rw-r--r-- | source3/modules/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build index 32dfa40f3f..29d4d8f234 100644 --- a/source3/modules/wscript_build +++ b/source3/modules/wscript_build @@ -204,7 +204,7 @@ bld.SAMBA_MODULE('vfs_solarisacl', bld.SAMBA_MODULE('vfs_zfsacl', subsystem='vfs', source=VFS_ZFSACL_SRC, - deps='NFS4_ACLS', + deps='NFS4_ACLS sunacl', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_zfsacl'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_zfsacl')) |