From: Andrew Bartlett Date: Sun, 23 Sep 2012 04:30:37 +0000 (+1000) Subject: build: Make waf configure match autoconf for HPUX ACLs X-Git-Tag: talloc-2.0.8~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f69bf2cc9ce8ab76afefa693f3d50e458459854;p=thirdparty%2Fsamba.git build: Make waf configure match autoconf for HPUX ACLs --- 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')