1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="ch-system-udev-32" role="wrap">
|
---|
9 | <?dbhtml filename="udev.html"?>
|
---|
10 |
|
---|
11 | <title>Udev-&udev-version;</title>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-system-udev-32">
|
---|
14 | <primary sortas="a-Udev">Udev</primary>
|
---|
15 | </indexterm>
|
---|
16 |
|
---|
17 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
18 | href="../common/udev.xml"
|
---|
19 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
20 |
|
---|
21 | <sect2 role="installation">
|
---|
22 | <title>Installation of Udev</title>
|
---|
23 |
|
---|
24 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
25 | href="../common/udev.xml"
|
---|
26 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
27 |
|
---|
28 | <screen os="b"><userinput>make CC="gcc ${BUILD32}" LD="gcc ${BUILDN2}" \
|
---|
29 | EXTRAS="extras/volume_id"</userinput></screen>
|
---|
30 |
|
---|
31 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
32 | href="../common/udev.xml"
|
---|
33 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
34 |
|
---|
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>
|
---|
48 |
|
---|
49 | </sect2>
|
---|
50 |
|
---|
51 | <sect2 role="content">
|
---|
52 | <title/>
|
---|
53 |
|
---|
54 | <para>Details on this package are located in <xref
|
---|
55 | linkend="contents-udev" role="."/></para>
|
---|
56 |
|
---|
57 | </sect2>
|
---|
58 | </sect1>
|
---|
59 |
|
---|