Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
e2fsprogs
libss-add-newer-libreadline.so.7-to-dlopen-path...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libss-add-newer-libreadline.so.7-to-dlopen-path.patch of Package e2fsprogs
From cb6d45fb1cd00199d0c7ca6ffe3eee8f7f74fa20 Mon Sep 17 00:00:00 2001 From: Lukas Czerner <lczerner@redhat.com> Date: Thu, 22 Feb 2018 14:25:03 +0100 Subject: [PATCH] libss: add newer libreadline.so.7 to dlopen path References: bsc#1196939 Rawhide now has libreadline.so.7. Add it to the list of libs to look for. Based on commit 4e79a19fe0b6dc3c2bd9cae9dfdbc5e96a3f98f8 for previous libreadline version. Signed-off-by: Lukas Czerner <lczerner@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Acked-by: Jan Kara <jack@suse.cz> --- lib/ss/get_readline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ss/get_readline.c b/lib/ss/get_readline.c index 9365be062db9..11c72b3387d1 100644 --- a/lib/ss/get_readline.c +++ b/lib/ss/get_readline.c @@ -37,7 +37,7 @@ static void ss_release_readline(ss_data *info) #endif /* Libraries we will try to use for readline/editline functionality */ -#define DEFAULT_LIBPATH "libreadline.so.6:libreadline.so.5:libreadline.so.4:libreadline.so:libedit.so.2:libedit.so:libeditline.so.0:libeditline.so" +#define DEFAULT_LIBPATH "libreadline.so.7:libreadline.so.6:libreadline.so.5:libreadline.so.4:libreadline.so:libedit.so.2:libedit.so:libeditline.so.0:libeditline.so" #ifdef HAVE_DLOPEN void ss_get_readline(int sci_idx) -- 2.34.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor