Changeset f3a1e98 in clfs-sysroot for BOOK/final-system/common/readline.xml


Ignore:
Timestamp:
Jan 4, 2009, 1:51:36 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
0e17eae
Parents:
ad97072
Message:

Change BLFS references to CBLFS.
Fix Findutils compilation issue by adding config.cache entriers.
Remove unneeded config.h modification from the gawk page.

File:
1 edited

Legend:

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

    rad97072 rf3a1e98  
    5757<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    5858
    59     <para os="h">Give Readline's dynamic libraries more appropriate
    60     permissions:</para>
     59    <para os="h">Now move the static libraries to a more appropriate location:</para>
    6160
    62 <screen os="i"><userinput>chmod -v 755 ${CLFS}/lib/lib{readline,history}.so*</userinput></screen>
     61<screen os="i"><userinput>mv -v ${CLFS}/lib/lib{readline,history}.a ${CLFS}/usr/lib</userinput></screen>
    6362
    64     <para os="j">Now move the static libraries to a more appropriate location:</para>
    65 
    66 <screen os="k"><userinput>mv -v ${CLFS}/lib/lib{readline,history}.a ${CLFS}/usr/lib</userinput></screen>
    67 
    68     <para os="l">Next, remove the <filename class="extension">.so</filename>
     63    <para os="j">Next, remove the <filename class="extension">.so</filename>
    6964    files in <filename class="directory">/lib</filename> and relink them into
    7065    <filename class="directory">/usr/lib</filename>.</para>
    7166
    72 <screen os="m"><userinput>rm -v ${CLFS}/lib/lib{readline,history}.so
     67<screen os="k"><userinput>rm -v ${CLFS}/lib/lib{readline,history}.so
    7368ln -sfv ../../lib/libreadline.so.5 ${CLFS}/usr/lib/libreadline.so
    7469ln -sfv ../../lib/libhistory.so.5 ${CLFS}/usr/lib/libhistory.so</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.