Ignore:
File:
1 edited

Legend:

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

    rb27081c4 r0a9ca46  
    3434    xpointer="xpointer(//*[@os='l2'])"/>
    3535
    36     <para os="l3">Modify the <command>ldd</command> rewrite script to prevent
    37     it from adding <filename class="directory">lib64</filename> and
    38     <filename class="directory">libx32</filename> to its list of linker
    39     search locations:</para>
     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>
    4039
    4140<screen os="l4"><userinput>sed -i '/RTLDLIST/d' sysdeps/unix/sysv/linux/*/ldd-rewrite.sed</userinput></screen>
     
    6261    xpointer="xpointer(//*[@os='g'])"/>
    6362
    64 <screen os="h"><userinput>../glibc-&glibc-version;/configure \
    65     --prefix=/usr \
    66     --disable-profile \
    67     --enable-kernel=&glibc-kernel-version; \
    68     --libexecdir=/usr/lib/glibc \
    69     --libdir=/usr/lib \
    70     --enable-obsolete-rpc \
    71     --cache-file=config.cache</userinput></screen>
     63<screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
     64    --disable-profile --enable-kernel=&glibc-kernel-version; \
     65    --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
     66    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
    7267
    7368    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.