mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Use soversion for libreadline in "stripping" page
Report on #lfs-support by "r1c0n3r0": the libhistory and libreadline
filenames have been wrong on the "stripping" page since realine
version bump. Fix taken (with slight modification) from William
Harrington's port to arm:
05a2cd35aa
This commit is contained in:
parent
63ef88536a
commit
b83366b1b4
@ -68,10 +68,10 @@ done
|
||||
|
||||
online_usrbin="bash find strip"
|
||||
online_usrlib="libbfd-&binutils-version;.so
|
||||
libhistory.so.&readline-version;
|
||||
libhistory.so.&readline-soversion;
|
||||
libncursesw.so.&ncurses-version;
|
||||
libm.so.6
|
||||
libreadline.so.&readline-version;
|
||||
libreadline.so.&readline-soversion;
|
||||
libz.so.&zlib-version;
|
||||
$(cd /usr/lib; find libnss*.so* -type f)"
|
||||
|
||||
|
@ -607,6 +607,7 @@
|
||||
<!ENTITY python-docs-size "7,105 KB">
|
||||
|
||||
<!ENTITY readline-version "8.1.2">
|
||||
<!ENTITY readline-soversion "8.1"><!-- used for stripping -->
|
||||
<!ENTITY readline-size "2,923 KB">
|
||||
<!ENTITY readline-url "&gnu;readline/readline-&readline-version;.tar.gz">
|
||||
<!ENTITY readline-md5 "12819fa739a78a6172400f399ab34f81">
|
||||
|
Loading…
Reference in New Issue
Block a user