From 35a7bebe2bc2c26ad2ee0a2ef9ce4217ca42e0ef Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 31 Jan 2011 09:38:21 +0100 Subject: s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Volker, please check. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Jan 31 10:51:10 CET 2011 on sn-devel-104 --- source3/modules/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/wscript_build') 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')) -- cgit