diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-01-20 07:35:07 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-01-20 08:11:31 +0100 |
commit | b83366b1b49e63a263199d20e7aac85e8c5517cf (patch) | |
tree | fa0cbaf3fe54e358e3e5fef299211a599b495cc4 | |
parent | 63ef88536ae74787bb26ad7444ef7ee33d860c74 (diff) |
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:
https://github.com/cross-lfs/lfs-arm/commit/05a2cd35aac9437bbca6e6dd8921e7037e8eecee
-rw-r--r-- | chapter08/stripping.xml | 4 | ||||
-rw-r--r-- | packages.ent | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/stripping.xml b/chapter08/stripping.xml index 7f775b3d8..772b91c5f 100644 --- a/chapter08/stripping.xml +++ b/chapter08/stripping.xml @@ -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)" diff --git a/packages.ent b/packages.ent index 4844f5e03..60a458435 100644 --- a/packages.ent +++ b/packages.ent @@ -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"> |