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 /chapter08/stripping.xml | |
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
Diffstat (limited to 'chapter08/stripping.xml')
-rw-r--r-- | chapter08/stripping.xml | 4 |
1 files changed, 2 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)" |