Ignore:
Timestamp:
Oct 10, 2012, 6:42:21 PM (12 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f7b2c72
Parents:
0cce40d (diff), 80cbd64 (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 'master' of git.cross-lfs.org:cross-lfs

File:
1 moved

Legend:

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

    r0cce40d r73ace20  
    66]>
    77
    8 <sect1 id="ch-system-glib-32" role="wrap">
    9   <?dbhtml filename="glib.html"?>
     8<sect1 id="ch-system-kmod-32" role="wrap">
     9  <?dbhtml filename="kmod.html"?>
    1010
    11   <title>Glib-&glib-version; 32 Bit Libraries</title>
     11  <title>Kmod-&kmod-version; 32 Bit Libraries</title>
    1212
    13   <indexterm zone="ch-system-glib-32">
    14     <primary sortas="a-Glib">Glib</primary>
     13  <indexterm zone="ch-system-kmod-32">
     14    <primary sortas="a-Kmod">Kmod</primary>
    1515    <secondary>32 Bit</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../common/glib.xml"
     19  href="../common/kmod.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of Glib</title>
     23    <title>Installation of Kmod</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/glib.xml"
     26    href="../common/kmod.xml"
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc</userinput></screen>
     29<screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" \
     30        ./configure --prefix=/usr \
     31        --bindir=/bin --sysconfdir=/etc \
     32        --with-rootlibdir=/lib --libdir=/usr/lib \
     33        --with-zlib --with-xz</userinput></screen>
    3034
    3135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    32     href="../common/glib.xml"
     36    href="../common/kmod.xml"
    3337    xpointer="xpointer(//*[@os='c'])"/>
    3438
    3539    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    36     href="../common/glib.xml"
     40    href="../common/kmod.xml"
    3741    xpointer="xpointer(//*[@os='d'])"/>
    3842
    3943    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    40     href="../common/glib.xml"
     44    href="../common/kmod.xml"
    4145    xpointer="xpointer(//*[@os='e'])"/>
    4246
    4347    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    44     href="../common/glib.xml"
     48    href="../common/kmod.xml"
    4549    xpointer="xpointer(//*[@os='f'])"/>
    4650
    4751    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    48     href="../common/glib.xml"
     52    href="../common/kmod.xml"
    4953    xpointer="xpointer(//*[@os='g'])"/>
    5054
     55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     56    href="../common/kmod.xml"
     57    xpointer="xpointer(//*[@os='h'])"/>
     58
    5159  </sect2>
    52 
     60 
    5361  <sect2 role="content">
    5462    <title/>
    5563
    5664    <para>Details on this package are located in <xref
    57     linkend="contents-glib" role="."/></para>
     65    linkend="contents-kmod" role="."/></para>
    5866
    5967  </sect2>
Note: See TracChangeset for help on using the changeset viewer.