Ignore:
Timestamp:
01/20/2022 07:11:31 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
18c1947
Parents:
63ef885
git-author:
Pierre Labastie <pierre.labastie@…> (01/20/2022 06:35:07 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/20/2022 07:11:31 AM)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/stripping.xml

    r63ef885 rb83366b  
    6969online_usrbin="bash find strip"
    7070online_usrlib="libbfd-&binutils-version;.so
    71                libhistory.so.&readline-version;
     71               libhistory.so.&readline-soversion;
    7272               libncursesw.so.&ncurses-version;
    7373               libm.so.6
    74                libreadline.so.&readline-version;
     74               libreadline.so.&readline-soversion;
    7575               libz.so.&zlib-version;
    7676               $(cd /usr/lib; find libnss*.so* -type f)"
Note: See TracChangeset for help on using the changeset viewer.