source: chapter03/patches.xml@ 3ae155c

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 3ae155c was 3ae155c, checked in by Jeremy Utley <jeremy@…>, 19 years ago

Upgraded binutils, fixing the strip bug. No changelog here because this is a simultaneous commit to testing/unstable

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

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