summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2013-05-07 09:08:07 +0200
committerChristian Ambach <ambi@samba.org>2013-05-17 11:16:42 +0200
commit272a58afff69f52704bcc9a62947853b638420d5 (patch)
tree346a431e19ee249f00396a92d129504674c37aeb /source3/wscript
parent162ec83f68efc89c46630f6842700bca8f16b201 (diff)
downloadsamba-272a58afff69f52704bcc9a62947853b638420d5.tar.gz
samba-272a58afff69f52704bcc9a62947853b638420d5.tar.xz
samba-272a58afff69f52704bcc9a62947853b638420d5.zip
waf: build vfs_aixacl2 module by default on AIX
Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 5a3805fc151..280a51f50ec 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -425,7 +425,7 @@ utimensat vsyslog _write __write __xstat
elif (host_os.rfind('aix') > -1):
Logs.info('Using AIX ACLs')
conf.DEFINE('HAVE_AIX_ACLS',1)
- default_static_modules.extend(TO_LIST('vfs_aixacl'))
+ default_static_modules.extend(TO_LIST('vfs_aixacl vfs_aixacl2'))
elif (host_os.rfind('osf') > -1) and conf.CHECK_FUNCS_IN('pacl', 'acl_get_fd'):
Logs.info('Using Tru64 ACLs')
conf.DEFINE('HAVE_TRU64_ACLS',1)