Ignore:
Timestamp:
May 4, 2017, 4:42:29 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
e161321
Parents:
e202e3d
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

    re202e3d rabc22f0  
    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.