The Samba-Bugzilla – Attachment 8964 Details for
Bug 9911
Build Samba 4.0.x on AIX with IBM XL C/C++ (gettext detection issues)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
test patch
0001-waf-attempt-to-fix-build-on-AIX7.patch (text/plain), 945 bytes, created by
Christian Ambach
on 2013-06-12 19:48:06 UTC
(
hide
)
Description:
test patch
Filename:
MIME Type:
Creator:
Christian Ambach
Created:
2013-06-12 19:48:06 UTC
Size:
945 bytes
patch
obsolete
>From 290a64dd99df2b5a9a629551008958ccc21a5640 Mon Sep 17 00:00:00 2001 >From: Christian Ambach <ambi@samba.org> >Date: Wed, 12 Jun 2013 21:46:26 +0200 >Subject: [PATCH] waf: attempt to fix build on AIX7 > >Signed-off-by: Christian Ambach <ambi@samba.org> >--- > buildtools/wafsamba/wscript | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript >index 17aef27..ef06479 100755 >--- a/buildtools/wafsamba/wscript >+++ b/buildtools/wafsamba/wscript >@@ -322,7 +322,7 @@ def configure(conf): > else: > conf.env.HAVE_LD_VERSION_SCRIPT = False > >- if sys.platform == "aix5" or sys.platform == "aix6": >+ if sys.platform == "aix5" or sys.platform == "aix6" or sys.platform == "aix7": > conf.DEFINE('_ALL_SOURCE', 1, add_to_cflags=True) > # Might not be needed if ALL_SOURCE is defined > # conf.DEFINE('_XOPEN_SOURCE', 600, add_to_cflags=True) >-- >1.8.1.2 >
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
Actions:
View
Attachments on
bug 9911
:
8964
|
8987
|
8998
|
9007
|
9106
|
9107
|
9114
|
9115
|
9127
|
9419
|
9482
|
9483
|
9500
|
9554
|
9746
|
9747