Ignore:
Timestamp:
May 4, 2017, 4:42:33 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
2f0e26b
Parents:
ae4e90c
git-author:
William Harrington <kb0iic@…> (05/04/17 16:42:29)
git-committer:
William Harrington <kb0iic@…> (05/04/17 16:42:33)
Message:

Update Readline to 7.0 and add the two seds for a possible linking bug with ldconfig when reinstalling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/readline.xml

    rae4e90c rb252915  
    3030
    3131<screen os="p2"><userinput>patch -Np1 -i ../&readline-branch_update-patch;</userinput></screen>
     32
     33<para os="s1">Reinstalling Readline moves the old libraries to
     34    &lt;libraryname&gt; and a linking bug may occur in
     35    <command>ldconfig</command>. Prevent this with the following seds:</para>
     36
     37<screen os="s2"><userinput>sed -i '/MV.*old/d' Makefile.in
     38sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
    3239
    3340    <para os="a">Prepare Readline for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.