Ignore:
Timestamp:
Dec 13, 2015, 4:21:52 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
fc86858d
Parents:
dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'sysvinit' of clfs.org:cross-lfs into sysvinit

File:
1 edited

Legend:

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

    rdbc5b02 r991595cf  
    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>
     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>
    3940
    4041<screen os="l4"><userinput>sed -i '/RTLDLIST/d' sysdeps/unix/sysv/linux/*/ldd-rewrite.sed</userinput></screen>
     
    6162    xpointer="xpointer(//*[@os='g'])"/>
    6263
    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>
     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>
    6772
    6873    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.