Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

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

    rc636dee r7cd7f99  
    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.