From 398a42c4b5fa1df3dc9bcccefbe899da4bd7b4f4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Mar 2013 11:52:50 +0000 Subject: [PATCH] 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 (cherry picked from commit 1f139ae2d162ebb045ce4eabb76a138baedfe44a) --- source3/modules/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build index d73a707..2e431b6 100644 --- a/source3/modules/wscript_build +++ b/source3/modules/wscript_build @@ -58,7 +58,7 @@ bld.SAMBA3_SUBSYSTEM('NFS4_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='', -- 1.7.11.7