!27 add newer libreadline.so.8 to dlopen path
From: @lixiaokeng Reviewed-by: @liuzhiqiang26 Signed-off-by: @liuzhiqiang26
This commit is contained in:
commit
7a77a85fec
30
0005-libss-add-newer-libreadline.so.8-to-dlopen-path.patch
Normal file
30
0005-libss-add-newer-libreadline.so.8-to-dlopen-path.patch
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
From 3d967e53033c85ad5d3af1a42efb2c4f7501c356 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jan Kara <jack@suse.cz>
|
||||||
|
Date: Fri, 20 Aug 2021 18:15:02 +0200
|
||||||
|
Subject: [PATCH] libss: add newer libreadline.so.8 to dlopen path
|
||||||
|
|
||||||
|
OpenSUSE Tumbleweed now has libreadline.so.8. Add it to the list of libs
|
||||||
|
to look for.
|
||||||
|
|
||||||
|
Signed-off-by: Jan Kara <jack@suse.cz>
|
||||||
|
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
||||||
|
---
|
||||||
|
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 11c72b3..aa16157 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.7: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.8: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.14.3 (Apple Git-98)
|
||||||
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: e2fsprogs
|
Name: e2fsprogs
|
||||||
Version: 1.45.6
|
Version: 1.45.6
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Second extended file system management tools
|
Summary: Second extended file system management tools
|
||||||
License: GPLv2 and LGPLv2 and MIT
|
License: GPLv2 and LGPLv2 and MIT
|
||||||
URL: http://e2fsprogs.sourceforge.net/
|
URL: http://e2fsprogs.sourceforge.net/
|
||||||
@ -10,6 +10,7 @@ Patch1: 0001-e2fsprogs-set-hugefile-from-4T-to-1T-in-hugefile-tes.patch
|
|||||||
Patch2: 0002-e2fsck-fix-off-by-one-check-when-validating-depth-of.patch
|
Patch2: 0002-e2fsck-fix-off-by-one-check-when-validating-depth-of.patch
|
||||||
Patch3: 0003-mke2fs-fix-up-check-for-hardlinks-always-false-if-in.patch
|
Patch3: 0003-mke2fs-fix-up-check-for-hardlinks-always-false-if-in.patch
|
||||||
Patch4: 0004-add-device-check-in-ismount-process.patch
|
Patch4: 0004-add-device-check-in-ismount-process.patch
|
||||||
|
Patch5: 0005-libss-add-newer-libreadline.so.8-to-dlopen-path.patch
|
||||||
|
|
||||||
BuildRequires: gcc pkgconfig texinfo
|
BuildRequires: gcc pkgconfig texinfo
|
||||||
BuildRequires: fuse-devel libblkid-devel libuuid-devel
|
BuildRequires: fuse-devel libblkid-devel libuuid-devel
|
||||||
@ -131,6 +132,9 @@ exit 0
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 13 2021 lixiaokeng <lixiaokeng@huawei.com> - 1.45.6-6
|
||||||
|
- DESC: add newer libreadline.so.8 to dlopen path
|
||||||
|
|
||||||
* Fri Aug 20 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.45.6-5
|
* Fri Aug 20 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.45.6-5
|
||||||
- DESC: add necessary BuildRequires audit
|
- DESC: add necessary BuildRequires audit
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user