source: chapter03/patches.xml@ 6a0e6f3

Last change on this file since 6a0e6f3 was 6a0e6f3, checked in by Matthew Burgess <matthew@…>, 19 years ago
  • Remove the spurious <info> tags that I thought were necessary but evidently aren't

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4387 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 xml:id="materials-patches">
9<title>Needed patches</title>
10<?dbhtml filename="patches.html"?>
11
12<para>Besides all those packages, you'll also need several patches. These
13correct tiny mistakes in the packages that should be fixed by the maintainer,
14or just make some small modifications to bend things our way. You'll need the
15following:</para>
16
17<variablelist role="materials">
18<bridgehead renderas="sect3">Patches</bridgehead>
19
20<varlistentry>
21<term>Bash Various Fixes - 21 KB:</term>
22<listitem>
23<para><uri xlink:href="&patches-root;bash-&bash-version;-fixes-1.patch"/></para>
24</listitem>
25</varlistentry>
26
27<varlistentry>
28<term>Bash Avoid Wcontinued Patch - 1KB:</term>
29<listitem>
30<para><uri xlink:href="&patches-root;bash-&bash-version;-avoid_WCONTINUED-1.patch"/></para>
31</listitem>
32</varlistentry>
33
34<varlistentry>
35<term>Coreutils Suppress Uptime, Kill, Su Patch - 16 KB:</term>
36<listitem>
37<para><uri xlink:href="&patches-root;coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"/></para>
38</listitem>
39</varlistentry>
40
41<varlistentry>
42<term>Coreutils Uname Patch - 1 KB:</term>
43<listitem>
44<para><uri xlink:href="&patches-root;coreutils-&coreutils-version;-uname-2.patch"/></para>
45</listitem>
46</varlistentry>
47
48<varlistentry>
49<term>Expect Spawn Patch - 6 KB:</term>
50<listitem>
51<para><uri xlink:href="&patches-root;expect-&expect-version;-spawn-1.patch"/></para>
52</listitem>
53</varlistentry>
54
55<varlistentry>
56<term>Flex Brokenness Patch - 8 KB:</term>
57<listitem>
58<para><uri xlink:href="&patches-root;flex-&flex-version;-debian_fixes-2.patch"/></para>
59</listitem>
60</varlistentry>
61
62<varlistentry>
63<term> GCC Linkonce Patch - 12KB:</term>
64<listitem>
65<para><uri xlink:href="&patches-root;gcc-&gcc-version;-linkonce-1.patch"/></para>
66</listitem>
67</varlistentry>
68
69<varlistentry>
70<term>GCC No-Fixincludes Patch - 1 KB:</term>
71<listitem>
72<para><uri xlink:href="&patches-root;gcc-&gcc-version;-no_fixincludes-1.patch"/></para>
73</listitem>
74</varlistentry>
75
76<varlistentry>
77<term>GCC Specs Patch - 11 KB:</term>
78<listitem>
79<para><uri xlink:href="&patches-root;gcc-&gcc-version;-specs-2.patch"/></para>
80</listitem>
81</varlistentry>
82
83<varlistentry>
84<term>Inetutils Kernel Headers Patch - 1 KB:</term>
85<listitem>
86<para><uri xlink:href="&patches-root;inetutils-&inetutils-version;-kernel_headers-1.patch"/></para>
87</listitem>
88</varlistentry>
89
90<varlistentry>
91<term>Inetutils No-Server-Man-Pages Patch - 4 KB:</term>
92<listitem>
93<para><uri xlink:href="&patches-root;inetutils-&inetutils-version;-no_server_man_pages-1.patch"/></para>
94</listitem>
95</varlistentry>
96
97<varlistentry>
98<term>IPRoute2 Disable DB Patch - 1 KB:</term>
99<listitem>
100<para><uri xlink:href="&patches-root;iproute2-&iproute2-patch-version;-remove_db-1.patch"/></para>
101</listitem>
102</varlistentry>
103
104<varlistentry>
105<term>Man 80-Columns Patch - 1 KB:</term>
106<listitem>
107<para><uri xlink:href="&patches-root;man-&man-version;-80cols-1.patch"/></para>
108</listitem>
109</varlistentry>
110
111<varlistentry>
112<term>Mktemp Tempfile Patch - 3 KB:</term>
113<listitem>
114<para><uri xlink:href="&patches-root;mktemp-&mktemp-version;-add_tempfile-1.patch"/></para>
115</listitem>
116</varlistentry>
117
118<varlistentry>
119<term>Perl Libc Patch - 1 KB:</term>
120<listitem>
121<para><uri xlink:href="&patches-root;perl-&perl-version;-libc-1.patch"/></para>
122</listitem>
123</varlistentry>
124
125<varlistentry>
126<term>Readline Various Fixes - 7 KB:</term>
127<listitem>
128<para><uri xlink:href="&patches-root;readline-&readline-version;-fixes-1.patch" /></para>
129</listitem>
130</varlistentry>
131
132<varlistentry>
133<term>Sysvinit /proc Title Length Patch - 1 KB:</term> <listitem>
134<para><uri xlink:href="&patches-root;sysvinit-&sysvinit-version;-proclen-1.patch"/></para>
135</listitem>
136</varlistentry>
137
138<varlistentry>
139<term>Texinfo Seg-Fault Patch - 1 KB:</term> <listitem>
140<para><uri xlink:href="&patches-root;texinfo-&texinfo-version;-segfault-1.patch"/></para>
141</listitem>
142</varlistentry>
143
144</variablelist>
145
146<para>In addition to the above required patches, there exist a number of
147optional ones created by the LFS community. Most of these solve slight
148problems, or enable some functionality that's not enabled by default.
149Feel free to examine the patches database, located at <uri xlink:href="&lfs-root;patches/"/>,
150and pick any additional patches you wish to use.</para>
151
152</section>
Note: See TracBrowser for help on using the repository browser.