The Samba-Bugzilla – Attachment 9482 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]
possible patch
9911_next.patch (text/plain), 1.32 KB, created by
Christian Ambach
on 2013-11-26 20:23:26 UTC
(
hide
)
Description:
possible patch
Filename:
MIME Type:
Creator:
Christian Ambach
Created:
2013-11-26 20:23:26 UTC
Size:
1.32 KB
patch
obsolete
>From ff5ec84a4eabfcbbc822c4c5c2a6712c6f145ed7 Mon Sep 17 00:00:00 2001 >From: Christian Ambach <ambi@samba.org> >Date: Thu, 21 Nov 2013 23:02:38 +0100 >Subject: [PATCH] waf: fix up libintl related checks > >checklibc=True gives back false-positives on AIX for gettext/dgettext >and so the build fails later when libintl.h is not available >--- > lib/replace/wscript | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/lib/replace/wscript b/lib/replace/wscript >index b6fb10b..c54ffc6 100644 >--- a/lib/replace/wscript >+++ b/lib/replace/wscript >@@ -369,10 +369,10 @@ removeea setea > conf.CHECK_LIB('intl') > # *textdomain functions are not strictly necessary > conf.CHECK_FUNCS_IN('bindtextdomain textdomain bind_textdomain_codeset', >- '', checklibc=True, headers='libintl.h') >+ '', checklibc=False, headers='libintl.h') > # gettext and dgettext must exist > # on some systems (the ones with glibc, those are in libc) >- if conf.CHECK_FUNCS_IN('dgettext gettext', '', checklibc=True, headers='libintl.h'): >+ if conf.CHECK_FUNCS_IN('dgettext gettext', '', checklibc=False, headers='libintl.h'): > # save for dependency definitions > conf.env.intl_libs='' > # others (e.g. FreeBSD) have seperate libintl >-- >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