The Samba-Bugzilla – Attachment 5708 Details for
Bug 7209
--as-needed cannot be disabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Alternative approach working around this isse
0001-work-around-needed-for-as-needed-and-readline-for.patch (text/plain), 862 bytes, created by
Olaf Flebbe
on 2010-05-14 07:19:54 UTC
(
hide
)
Description:
Alternative approach working around this isse
Filename:
MIME Type:
Creator:
Olaf Flebbe
Created:
2010-05-14 07:19:54 UTC
Size:
862 bytes
patch
obsolete
>From e2de55c3c2cf4c7d40538ac9d0da3abace8ee187 Mon Sep 17 00:00:00 2001 >From: Olaf Flebbe <o.flebbe@science-computing.de> >Date: Fri, 14 May 2010 14:10:43 +0200 >Subject: [PATCH] work around needed for --as-needed and readline for RHEl5 > >--- > source3/lib/readline.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/source3/lib/readline.c b/source3/lib/readline.c >index 34867aa..0ad9b6d 100644 >--- a/source3/lib/readline.c >+++ b/source3/lib/readline.c >@@ -53,6 +53,8 @@ static bool smb_rl_done; > * readline.so has it > */ > extern int rl_done; >+extern int tgetent(); >+static int (*dummyptr)(); > #endif > > void smb_readline_done(void) >@@ -60,6 +62,8 @@ void smb_readline_done(void) > smb_rl_done = true; > #if HAVE_LIBREADLINE > rl_done = 1; >+ /* we need dummyptr to be initialised somewhere */ >+ dummyptr=tgetent; > #endif > } > >-- >1.6.0.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 7209
:
5456
|
5708
|
5709
|
5736
|
5737
|
5741
|
5742