* [PATCH] libss: add newer libreadline to dlopen path
@ 2010-01-26 4:19 Eric Sandeen
2010-02-06 13:01 ` tytso
0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2010-01-26 4:19 UTC (permalink / raw)
To: ext4 development
Rawhide now has libreadline.so.6 ... add it to the ever-expanding
list of libs to look for.
Unfortunately without commit 06ef971be505678ee462ae1844204ed24f14aedc
this fails in a rather cryptic way.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---
diff --git a/lib/ss/get_readline.c b/lib/ss/get_readline.c
index 16679a3..4421052 100644
--- a/lib/ss/get_readline.c
+++ b/lib/ss/get_readline.c
@@ -36,7 +36,7 @@ static void ss_release_readline(ss_data *info)
}
/* Libraries we will try to use for readline/editline functionality */
-#define DEFAULT_LIBPATH "libreadline.so.5:libreadline.so.4:libreadline.so:libedit.so.2:libedit.so:libeditline.so.0:libeditline.so"
+#define DEFAULT_LIBPATH "libreadline.so.6:libreadline.so.5:libreadline.so.4:libreadline.so:libedit.so.2:libedit.so:libeditline.so.0:libeditline.so"
void ss_get_readline(int sci_idx)
{
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-06 13:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-26 4:19 [PATCH] libss: add newer libreadline to dlopen path Eric Sandeen
2010-02-06 13:01 ` tytso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).