diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-23 14:30:37 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-23 14:52:27 +1000 |
commit | 0f69bf2cc9ce8ab76afefa693f3d50e458459854 (patch) | |
tree | 67728bdb9b3bbf250b83028c30e604eaa478592b /source3/wscript | |
parent | e0bcce55033f27ffa734b839e23bc731d82614f0 (diff) | |
download | samba-0f69bf2cc9ce8ab76afefa693f3d50e458459854.tar.gz |
build: Make waf configure match autoconf for HPUX ACLs
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index dfd41c53384..cb76293a3e1 100644 --- a/source3/wscript +++ b/source3/wscript @@ -323,6 +323,7 @@ utimensat vsyslog _write __write __xstat elif (host_os.rfind('hpux') > -1): Logs.info('Using HPUX ACLs') conf.DEFINE('HAVE_HPUX_ACLS',1) + conf.DEFINE('POSIX_ACL_NEEDS_MASK',1) default_static_modules.extend(TO_LIST('vfs_hpuxacl')) elif (host_os.rfind('irix') > -1): Logs.info('Using IRIX ACLs') |