source: chapter03/patches.xml@ 22d95f8

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 22d95f8 was 22d95f8, checked in by Jeremy Utley <jeremy@…>, 20 years ago

Upgraded unstable to Util-Linux-2.12d, changed from sed fix to patch for the sfdisk problem

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

  • Property mode set to 100644
File size: 5.1 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">
16<bridgehead renderas="sect3">Patches</bridgehead>
17
18<varlistentry>
19<term>Bash Display Wrap Patch - 1 KB:</term>
20<listitem>
21<para><ulink url="&patches-root;bash-&bash-version;-display_wrap-1.patch"/></para>
22</listitem>
23</varlistentry>
24
25<varlistentry>
26<term>Coreutils Suppress Uptime, Kill, Su Patch - 16 KB:</term>
27<listitem>
28<para><ulink url="&patches-root;coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"/></para>
29</listitem>
30</varlistentry>
31
32<varlistentry>
33<term>Coreutils Uname Patch - 1 KB:</term>
34<listitem>
35<para><ulink url="&patches-root;coreutils-&coreutils-version;-uname-2.patch"/></para>
36</listitem>
37</varlistentry>
38
39<varlistentry>
40<term>Expect Spawn Patch - 6 KB:</term>
41<listitem>
42<para><ulink url="&patches-root;expect-&expect-version;-spawn-1.patch"/></para>
43</listitem>
44</varlistentry>
45
46<varlistentry>
47<term>Flex Brokenness Patch - 8 KB:</term>
48<listitem>
49<para><ulink url="&patches-root;flex-&flex-version;-debian_fixes-2.patch"/></para>
50</listitem>
51</varlistentry>
52
53<varlistentry>
54<term> GCC Linkonce Patch - 12KB:</term>
55<listitem>
56<para><ulink url="&patches-root;gcc-&gcc-version;-linkonce-1.patch"/></para>
57</listitem>
58</varlistentry>
59
60<varlistentry>
61<term>GCC No-Fixincludes Patch - 1 KB:</term>
62<listitem>
63<para><ulink url="&patches-root;gcc-&gcc-version;-no_fixincludes-1.patch"/></para>
64</listitem>
65</varlistentry>
66
67<varlistentry>
68<term>GCC Specs Patch - 11 KB:</term>
69<listitem>
70<para><ulink url="&patches-root;gcc-&gcc-version;-specs-1.patch"/></para>
71</listitem>
72</varlistentry>
73
74<varlistentry>
75<term>Hotplug Bogus Dependencies Patch- 1 KB:</term>
76<listitem>
77<para><ulink url="&patches-root;hotplug-&hotplug-version;-bogus_deps-1.patch"/></para>
78</listitem>
79</varlistentry>
80
81<varlistentry>
82<term>Hotplug Fix for USB Coldplugging - 1 KB:</term>
83<listitem>
84<para><ulink url="&patches-root;hotplug-&hotplug-version;-device-2.patch"/></para>
85</listitem>
86</varlistentry>
87
88<!--
89<varlistentry>
90<term>Hotplug ISAPNP Coldplugging Patch - 1 KB:</term>
91<listitem>
92<para><ulink url="&patches-root;hotplug-&hotplug-version;-isapnp-2.patch"/></para>
93</listitem>
94</varlistentry>
95-->
96
97<varlistentry>
98<term>Inetutils Kernel Headers Patch - 1 KB:</term>
99<listitem>
100<para><ulink url="&patches-root;inetutils-&inetutils-version;-kernel_headers-1.patch"/></para>
101</listitem>
102</varlistentry>
103
104<varlistentry>
105<term>Inetutils No-Server-Man-Pages Patch - 4 KB:</term>
106<listitem>
107<para><ulink url="&patches-root;inetutils-&inetutils-version;-no_server_man_pages-1.patch"/></para>
108</listitem>
109</varlistentry>
110
111<varlistentry>
112<term>IPRoute2 Disable DB Patch - 1 KB:</term>
113<listitem>
114<para><ulink url="&patches-root;iproute2-&iproute2-patch-version;-remove_db-1.patch"/></para>
115</listitem>
116</varlistentry>
117
118<varlistentry>
119<term>Man 80-Columns Patch - 1 KB:</term>
120<listitem>
121<para><ulink url="&patches-root;man-&man-version;-80cols-1.patch"/></para>
122</listitem>
123</varlistentry>
124
125<varlistentry>
126<term>Mktemp Tempfile Patch - 3 KB:</term>
127<listitem>
128<para><ulink url="&patches-root;mktemp-&mktemp-version;-add_tempfile-1.patch"/></para>
129</listitem>
130</varlistentry>
131
132<varlistentry>
133<term>Perl Libc Patch - 1 KB:</term>
134<listitem>
135<para><ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/></para>
136</listitem>
137</varlistentry>
138
139<varlistentry>
140<term>Readline Display Wrap Patch - 1KB:</term>
141<listitem>
142<para><ulink url="&patches-root;readline-&readline-version;-display_wrap-1.patch" /></para>
143</listitem>
144</varlistentry>
145
146<varlistentry>
147<term>Sysvinit /proc Title Length Patch - 1 KB:</term> <listitem>
148<para><ulink url="&patches-root;sysvinit-&sysvinit-version;-proclen-1.patch"/></para>
149</listitem>
150</varlistentry>
151
152<varlistentry>
153<term>Texinfo Seg-Fault Patch - 1 KB:</term> <listitem>
154<para><ulink url="&patches-root;texinfo-&texinfo-version;-segfault-1.patch"/></para>
155</listitem>
156</varlistentry>
157
158<varlistentry>
159<term>Util-Linux Sfdisk Patch - 1 KB:</term> <listitem>
160<para><ulink url="&patches-root;util-linux-&util-linux-version;-sfdisk-1.patch"/></para>
161</listitem>
162</varlistentry>
163
164<varlistentry>
165<term>Zlib Security Patch - 1KB:</term> <listitem>
166<para><ulink url="&patches-root;zlib-&zlib-version;-security-1.patch"/></para>
167</listitem>
168</varlistentry>
169
170</variablelist>
171
172<para>In addition to the above required patches, there exist a number of
173optional ones created by the LFS community. Most of these solve slight
174problems, or enable some functionality that's not enabled by default.
175Feel free to examine the patches database, located at <ulink url="&lfs-root;patches/"/>,
176and pick any additional patches you wish to use.</para>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.