source: chapter03/patches.xml@ 9a207c4

6.0
Last change on this file since 9a207c4 was 8748bf3, checked in by Jeremy Utley <jeremy@…>, 20 years ago

Upgraded testing to automake-1.9, man-1.5n, file-4.10, bash-3.0, perl-5.8.5, readline-5.0, tcl-8.4.7

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

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