aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03/patches.xml
blob: 946c13fe78952a7ba27f2237670559b60614798f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../general.ent">
  %general-entities;
]>
<sect1 id="materials-patches">
<title>Needed patches</title>
<?dbhtml filename="patches.html"?>

<para>Besides all those packages, you'll also need several patches. These
correct tiny mistakes in the packages that should be fixed by the maintainer,
or just make some small modifications to bend things our way. You'll need the
following:</para>

<literallayout>
Bash GNU Fixes Patch - 7 KB:
<ulink url="&patches-root;bash-&bash-version;-gnu-fixes-2.patch"/>

Coreutils Hostname Patch - 1 KB:
<ulink url="&patches-root;coreutils-&coreutils-version;-hostname-1.patch"/>

Coreutils Uname Patch - 1 KB:
<ulink url="&patches-root;coreutils-&coreutils-version;-uname-2.patch"/>

Expect Spawn Patch - 6 KB:
<ulink url="&patches-root;expect-&expect-version;-spawn-1.patch"/>

Flex Brokenness Patch - 8 KB:
<ulink url="&patches-root;flex-&flex-version;-debian-fixes-2.patch"/>

GCC No-Fixincludes Patch - 1 KB:
<ulink url="&patches-root;gcc-&gcc-version;-no-fixincludes-1.patch"/>

GCC Specs Patch - 11 KB:
<ulink url="&patches-root;gcc-&gcc-version;-specs-1.patch"/>

Inetutils Kernel Headers Patch - 1 KB:
<ulink url="&patches-root;inetutils-&inetutils-version;-kernel-headers-1.patch"/>

Inetutils No-Server-Man-Pages Patch - 4 KB:
<ulink url="&patches-root;inetutils-&inetutils-version;-no-server-man-pages-1.patch"/>

Man 80-Columns Patch - 1 KB:
<ulink url="&patches-root;man-&man-version;-80cols-1.patch"/>

Mktemp Tempfile Patch - 3 KB:
<ulink url="&patches-root;mktemp-&mktemp-version;-add-tempfile-1.patch"/>

Net-tools GCC 3.4 Compatibility Patch - 3 KB:
<ulink url="&patches-root;net-tools-&net-tools-version;-gcc34-2.patch"/>

Net-tools Kernel Headers Patch - 1 KB:
<ulink url="&patches-root;net-tools-&net-tools-version;-kernel-headers-1.patch"/>

Perl Libc Patch - 1 KB:
<ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/>

Readline GNU Fixes Patch - 5 KB:
<ulink url="&patches-root;readline-&readline-version;-gnu-fixes-1.patch"/>

Sysklogd Kernel Headers Patch - 3 KB:
<ulink url="&patches-root;sysklogd-&sysklogd-version;-kernel-headers-1.patch"/>

Udev Configuration Patch - 6 KB:
<ulink url="&patches-root;udev-&udev-version;-config-1.patch"/>

Util-Linux Kernel Headers Patch - 3 KB:
<ulink url="&patches-root;util-linux-&util-linux-version;-kernel-headers-1.patch"/>
</literallayout>

<para>In addition to the above required patches, there exist a number of
optional ones created by the LFS community. Most of these solve slight
problems, or enable some functionality that's not enabled by default.
Feel free to examine the patches database, located at <ulink url="&lfs-root;patches/"/>, 
and pick any additional patches you wish to use.</para>

</sect1>