Ignore:
Timestamp:
Sep 14, 2008, 11:30:14 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e8e6c4e
Parents:
9d32016
Message:

Checked and Updated Download Locations.
Updated Tree to 1.5.2.1.
Updated Util-Linux-NG to 2.14.1.
Updated TCL to 8.5.4.
Updated E2fsprogs to 1.41.1.
Updated M4 to 1.4.11.
Updated Kbd to 1.14.
Updated Bzip2 to 1.0.5.
Updated Autoconf to 2.63.
Updated Findutils to 4.4.0.
Updated Man-Pages to 3.09.
Updated Man to 1.6f.
Updated Shadow to 4.1.2.1.
Updated IPRoute2 to 2.6.26.
Updated Libtool to 2.2.6a.
Updated Module-Init-Tools to 3.4.1.
Updated Texinfo to 4.12.
Updated Vim to 7.2.
Updated MPFR to 2.3.2.
Updated Udev to 128.
Updated Linux to 2.6.26.5.
Applied fixes to Expect to make it compatible with TCL 8.5.
Add -Duseshrplib to the perl configure command. This causes perl to build a shared libperl.
Formatting fixes on multiple pages.
Use a Common inittab across all architectures.
Updated Bootscripts to 1.2-pre1.

File:
1 edited

Legend:

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

    r9d32016 r1da2a84  
    99  <?dbhtml filename="udev.html"?>
    1010
    11   <title>Udev-&udev-version;</title>
     11  <title>Udev-&udev-version; 32 Bit Libraries</title>
    1212
    1313  <indexterm zone="ch-system-udev-32">
     
    2222    <title>Installation of Udev</title>
    2323
    24     <para os="a">Udev only provides one library, libvolume_id. Instead of
    25     building the entire udev package for one library, We're just going to
    26     compile the single library:</para>
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/udev.xml"
     26    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="b"><userinput>cd extras/volume_id/lib
    29 make CC="gcc ${BUILD32}" AR=ar RANLIB=ranlib E=@echo Q=@</userinput></screen>
     28<screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr \
     29    --exec-prefix= --sysconfdir=/etc \
     30    --with-libdir-name=lib</userinput></screen>
    3031
    31     <para os="c">Install the library:</para>
     32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../common/udev.xml"
     34    xpointer="xpointer(//*[@os='c'])"/>
    3235
    33 <screen os="d"><userinput>make install</userinput></screen>
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../common/udev.xml"
     38    xpointer="xpointer(//*[@os='d'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../common/udev.xml"
     42    xpointer="xpointer(//*[@os='g'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    href="../common/udev.xml"
     46    xpointer="xpointer(//*[@os='h'])"/>
    3447
    3548  </sect2>
Note: See TracChangeset for help on using the changeset viewer.