Ignore:
Timestamp:
Oct 3, 2006, 1:13:56 PM (18 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:
0c318f1
Parents:
3d95ac44
Message:

Update the udev libvolume_id instructions

File:
1 edited

Legend:

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

    r3d95ac44 r2b224753  
    2222    <title>Installation of Udev</title>
    2323
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="../common/udev.xml"
    26     xpointer="xpointer(//*[@os='a'])"/>
     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>
    2727
    28 <screen os="b"><userinput>make CC="gcc ${BUILD32}" LD="gcc ${BUILD32}" \
    29  EXTRAS="extras/volume_id"</userinput></screen>
     28<screen os="b"><userinput>cd extras/volume_id/lib
     29make CC="gcc ${BUILD32}" AR=ar RANLIB=ranlib E=@echo Q=@</userinput></screen>
    3030
    31     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    32     href="../common/udev.xml"
    33     xpointer="xpointer(//*[@os='c'])"/>
     31    <para os="c">Install the library:</para>
    3432
    35     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    36     href="../common/udev.xml"
    37     xpointer="xpointer(//*[@os='g'])"/>
    38 
    39     <para os="m1">Now we copy the library files over to our proper location:</para>
    40 
    41 <screen os="m2"><userinput>cp -arv extras/volume_id/lib/libvolume_id.so* /usr/lib</userinput></screen>
    42 
    43     <para os="m3">Now we copy the pkgconfig data file over, this file will be used in builds
    44     after CLFS:</para>
    45 
    46 <screen os="m4"><userinput>install -dv /usr/lib/pkgconfig
    47 cp -arv extras/volume_id/lib/libvolume_id.pc /usr/lib/pkgconfig</userinput></screen>
     33<screen os="d"><userinput>make install</userinput></screen>
    4834
    4935  </sect2>
Note: See TracChangeset for help on using the changeset viewer.