Ignore:
Timestamp:
Mar 9, 2014, 3:16:59 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
10d030c
Parents:
8d741b2
Message:

Add commands for moving libnss library to /lib, /lib32, /lib64 and add configure command option descriptions, and add testsuite commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/systemd-n32.xml

    r8d741b2 r0b3451f  
    3030    xpointer="xpointer(//*[@os='a'])"/>
    3131
    32 <screen os="b"><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
     32<screen><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
    3333  ./configure --prefix=/usr \
    3434    --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib32 \
     
    3737    --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \
    3838    --with-kbd-setfont=/bin/setfont</userinput></screen>
    39 
    40     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    41     href="../common/systemd.xml"
    42     xpointer="xpointer(//*[@os='c'])"/>
    4339
    4440    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5248    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5349    href="../common/systemd.xml"
    54     xpointer="xpointer(//*[@os='f'])"/>
     50    xpointer="xpointer(//*[@os='j'])"/>
     51
     52    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     53    href="../common/systemd.xml"
     54    xpointer="xpointer(//*[@os='k'])"/>
     55
     56    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     57    href="../common/systemd.xml"
     58    xpointer="xpointer(//*[@os='n'])"/>
     59
     60<screen><userinput>mv -v /usr/lib32/libnss_myhostname.so.2 /lib32</userinput></screen>
    5561
    5662  </sect2>
Note: See TracChangeset for help on using the changeset viewer.