summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-23 14:30:37 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-23 14:52:27 +1000
commit0f69bf2cc9ce8ab76afefa693f3d50e458459854 (patch)
tree67728bdb9b3bbf250b83028c30e604eaa478592b /source3/wscript
parente0bcce55033f27ffa734b839e23bc731d82614f0 (diff)
downloadsamba-0f69bf2cc9ce8ab76afefa693f3d50e458459854.tar.gz
samba-0f69bf2cc9ce8ab76afefa693f3d50e458459854.tar.bz2
samba-0f69bf2cc9ce8ab76afefa693f3d50e458459854.zip
build: Make waf configure match autoconf for HPUX ACLs
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index dfd41c5338..cb76293a3e 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')