Ignore:
Timestamp:
Dec 5, 2015, 12:03:11 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
7c7f5ca
Parents:
da47243
Message:

Fixed Glibc instructions by moving command to edit ldd-rewrite script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86_64-64/glibc.xml

    rda47243 rbb6f135  
    3434    xpointer="xpointer(//*[@os='l2'])"/>
    3535
     36    <para os="l3">Modify the <command>ldd</command> rewrite script to remove
     37    <filename class="directory">lib64</filename> and
     38    <filename class="directory">libx32</filename> from RTLDLIST.</para>
     39
     40<screen os="l4"><userinput>sed -i '/RTLDLIST/d' sysdeps/unix/sysv/linux/*/ldd-rewrite.sed</userinput></screen>
     41
    3642    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3743    href="../common/glibc.xml"
     
    5056
    5157<screen os="l6"><userinput>echo "libc_cv_slibdir=/lib" &gt;&gt; config.cache</userinput></screen>
    52 
    53     <para os="l7">Modify the <command>ldd</command> rewrite script to remove
    54     <filename class="directory">lib64</filename> and
    55     <filename class="directory">libx32</filename> from RTLDLIST.</para>
    56 
    57 <screen os="l8"><userinput>sed -i '/RTLDLIST/d' sysdeps/unix/sysv/linux/*/ldd-rewrite.sed</userinput></screen>
    5858
    5959    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.