From 1f139ae2d162ebb045ce4eabb76a138baedfe44a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Mar 2013 11:52:50 +0000 Subject: s3:waf fix build on AIX AIX acl code needs to be built by default on AIX, otherwise smbd will fail to start because of missing symbols This fixes Bug 9557 - build succeeds, but binaries don't run Signed-off-by: Stefan Metzmacher Reviewed-by: Christian Ambach Autobuild-User(master): Christian Ambach Autobuild-Date(master): Thu Mar 21 16:31:19 CET 2013 on sn-devel-104 --- source3/modules/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build index ef5748ceef..8f08d52c03 100644 --- a/source3/modules/wscript_build +++ b/source3/modules/wscript_build @@ -63,7 +63,7 @@ bld.SAMBA3_LIBRARY('non_posix_acls', bld.SAMBA3_SUBSYSTEM('VFS_AIXACL_UTIL', source='vfs_aixacl_util.c', - enabled=False) #fixme + enabled=(bld.SAMBA3_IS_ENABLED_MODULE('vfs_aixacl') or bld.SAMBA3_IS_ENABLED_MODULE('vfs_aixacl2'))) bld.SAMBA3_SUBSYSTEM('vfs', source='', -- cgit