The Samba-Bugzilla – Attachment 8674 Details for
Bug 9557
build succeeds, but binaries don't run
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch from master to fix missing symbols
9557.patch (text/plain), 1.28 KB, created by
Christian Ambach
on 2013-03-22 16:15:57 UTC
(
hide
)
Description:
patch from master to fix missing symbols
Filename:
MIME Type:
Creator:
Christian Ambach
Created:
2013-03-22 16:15:57 UTC
Size:
1.28 KB
patch
obsolete
>From 398a42c4b5fa1df3dc9bcccefbe899da4bd7b4f4 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >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 <metze@samba.org> >Reviewed-by: Christian Ambach <ambi@samba.org> > >Autobuild-User(master): Christian Ambach <ambi@samba.org> >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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
ambi
:
review+
metze
:
review+
Actions:
View
Attachments on
bug 9557
: 8674 |
11867