source: BOOK/materials/common/patches.xml@ ab5557f

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since ab5557f was d835347, checked in by Jim Gifford <clfs@…>, 18 years ago

r2961@server: jim | 2006-04-19 00:06:33 -0700
Added: GCC Patch for PR20425, fixes multilib search for specs file

  • Property mode set to 100644
File size: 7.0 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-materials-patches-common">
9 <?dbhtml filename="patches.html"?>
10
11 <title>Needed Patches</title>
12
[ba9c9ed]13 <para os="a">In addition to the packages, several patches are also required.
[3f8be484]14 These patches correct any mistakes in the packages that should be
15 fixed by the maintainer. The patches also make small modifications to
16 make the packages easier to work with. The following patches will be
17 needed to build an LFS system:</para>
18
19 <variablelist role="materials">
20
[db27dcc]21 <varlistentry>
[e94ed9a]22 <term>Bash Fixes Patch - 21 KB:</term>
[abc7c11]23 <listitem>
24 <para><ulink
25 url="&patches-root;bash/&bash-fixes-patch;"/></para>
26 </listitem>
27 </varlistentry>
28
[db27dcc]29 <varlistentry>
[1fca559]30 <term>Binutils Posix Patch - 4.9 KB:</term>
[3f8be484]31 <listitem>
32 <para><ulink
33 url="&patches-root;binutils/&binutils-posix-patch;"/></para>
34 </listitem>
35 </varlistentry>
36
[db27dcc]37 <varlistentry>
[1fca559]38 <term>Bzip2 Bzgrep Security Fixes Patch - 1.3 KB:</term>
[3f8be484]39 <listitem>
40 <para><ulink
41 url="&patches-root;bzip2/&bzip2-bzgrep-patch;"/></para>
42 </listitem>
43 </varlistentry>
44
[13f12ee]45 <varlistentry>
46 <term>Bzip2 Bzdiff Remove Tempfile - 1.8 KB:</term>
47 <listitem>
48 <para><ulink
49 url="&patches-root;bzip2/&bzip2-remove_tempfile-patch;"/></para>
50 </listitem>
51 </varlistentry>
52
[db27dcc]53 <varlistentry>
[1fca559]54 <term>Bzip2 Documentation Patch - 1.7 KB:</term>
[3f8be484]55 <listitem>
56 <para><ulink
57 url="&patches-root;bzip2/&bzip2-docs-patch;"/></para>
58 </listitem>
59 </varlistentry>
60
[db27dcc]61 <varlistentry>
[1fca559]62 <term>Coreutils Suppress Uptime, Kill, Su Patch - 13 KB:</term>
[3f8be484]63 <listitem>
64 <para><ulink
65 url="&patches-root;coreutils/&coreutils-suppress-patch;"/></para>
66 </listitem>
67 </varlistentry>
68
[db27dcc]69 <varlistentry>
[1fca559]70 <term>Expect Spawn Patch - 6.9 KB:</term>
[3f8be484]71 <listitem>
72 <para><ulink
73 url="&patches-root;expect/&expect-spawn-patch;"/></para>
74 </listitem>
75 </varlistentry>
76
[db27dcc]77 <varlistentry>
[1fca559]78 <term>Gawk Segfault Patch - 1.3 KB:</term>
[3f8be484]79 <listitem>
80 <para><ulink
81 url="&patches-root;gawk/&gawk-segfault-patch;"/></para>
82 </listitem>
83 </varlistentry>
84
[db27dcc]85 <varlistentry>
[3f8be484]86 <term>GCC Cross Search Paths Patch - 2 KB:</term>
87 <listitem>
88 <para><ulink
89 url="&patches-root;gcc/&gcc-cross_search-patch;"/></para>
90 </listitem>
91 </varlistentry>
92
[79ccd95]93 <varlistentry>
[d835347]94 <term>GCC PR20425 Patch - 37 KB:</term>
[79ccd95]95 <listitem>
96 <para><ulink
[d835347]97 url="&patches-root;gcc/&gcc-PR20425-patch;"/></para>
98 </listitem>
99 </varlistentry>
100
101 <varlistentry>
102 <term>GCC PR26763 Patch - 3.1 KB:</term>
103 <listitem>
104 <para><ulink
105 url="&patches-root;gcc/&gcc-PR26763-patch;"/></para>
[79ccd95]106 </listitem>
107 </varlistentry>
108
[db27dcc]109 <varlistentry>
[fb773d9]110 <term>GCC Posix Patch - 9 KB:</term>
[3f8be484]111 <listitem>
112 <para><ulink
113 url="&patches-root;gcc/&gcc-posix-patch;"/></para>
114 </listitem>
115 </varlistentry>
116
[db27dcc]117 <varlistentry>
[3f8be484]118 <term>Glibc Disable linking with libgcc_eh.a - 1 KB:</term>
119 <listitem>
120 <para><ulink
121 url="&patches-root;glibc/&glibc-libgcc_eh-patch;"/></para>
122 </listitem>
123 </varlistentry>
124
[db27dcc]125 <varlistentry>
[1fca559]126 <term>Glibc Localedef Segfault - 1.9 KB:</term>
[3f8be484]127 <listitem>
128 <para><ulink
129 url="&patches-root;glibc/&glibc-localedef_segfault-patch;"/></para>
130 </listitem>
131 </varlistentry>
132
[db27dcc]133 <varlistentry>
[3f8be484]134 <term>Gzip Security Fix Patch - 2 KB:</term>
135 <listitem>
136 <para><ulink
137 url="&patches-root;gzip/&gzip-security_fix-patch;"/></para>
138 </listitem>
139 </varlistentry>
140
[db27dcc]141 <varlistentry>
[1fca559]142 <term>Inetutils GCC 4.x Fixes Patch - 1.3 KB:</term>
[3f8be484]143 <listitem>
144 <para><ulink
145 url="&patches-root;inetutils/&inetutils-gcc4_fixes-patch;"/></para>
146 </listitem>
147 </varlistentry>
148
[db27dcc]149 <varlistentry>
[1fca559]150 <term>Inetutils No-Server-Man-Pages Patch - 4.1 KB:</term>
[3f8be484]151 <listitem>
152 <para><ulink
153 url="&patches-root;inetutils/&inetutils-man_pages-patch;"/></para>
154 </listitem>
155 </varlistentry>
156
[db27dcc]157 <varlistentry>
[1fca559]158 <term>KBD GCC 4.x Fixes Patch - 1.5 KB:</term>
[3f8be484]159 <listitem>
160 <para><ulink
161 url="&patches-root;kbd/&kbd-gcc4_fixes-patch;"/></para>
162 </listitem>
163 </varlistentry>
164
[db27dcc]165 <varlistentry>
[1fca559]166 <term>Mktemp Tempfile Patch - 3.6 KB:</term>
[3f8be484]167 <listitem>
168 <para><ulink
169 url="&patches-root;mktemp/&mktemp-tempfile-patch;"/></para>
170 </listitem>
171 </varlistentry>
172
[db27dcc]173 <varlistentry>
[1fca559]174 <term>Perl Libc Patch - 1.1 KB:</term>
[3f8be484]175 <listitem>
176 <para><ulink
177 url="&patches-root;perl/&perl-libc-patch;"/></para>
[abc7c11]178 </listitem>
179 </varlistentry>
180
[db27dcc]181 <varlistentry>
[595d63a]182 <term>Readline Fixes Patch - 2.1 KB:</term>
[abc7c11]183 <listitem>
184 <para><ulink
185 url="&patches-root;readline/&readline-fixes-patch;"/></para>
[3f8be484]186 </listitem>
187 </varlistentry>
188
[db27dcc]189 <varlistentry>
[1fca559]190 <term>Sysklogd Fixes Patch - 28 KB:</term>
[3f8be484]191 <listitem>
192 <para><ulink
193 url="&patches-root;sysklogd/&sysklogd-fixes-patch;"/></para>
194 </listitem>
195 </varlistentry>
196
[db27dcc]197 <varlistentry>
[1fca559]198 <term>Tar GCC-4.x Fix Patch - 1.2 KB:</term>
[3f8be484]199 <listitem>
200 <para><ulink
201 url="&patches-root;tar/&tar-gcc4_fix-patch;"/></para>
202 </listitem>
203 </varlistentry>
204
[db27dcc]205 <varlistentry>
[3f8be484]206 <term>Tar Sparse Fix Patch - 1 KB:</term>
207 <listitem>
208 <para><ulink
209 url="&patches-root;tar/&tar-sparse_fix-patch;"/></para>
210 </listitem>
211 </varlistentry>
212
[db27dcc]213 <varlistentry>
[314199f]214 <term>Texinfo Tempfile Fix Patch - 2.2 KB:</term>
[3f8be484]215 <listitem>
216 <para><ulink url="&patches-root;texinfo/&texinfo-tempfile_fix-patch;"/></para>
217 </listitem>
218 </varlistentry>
219
[db27dcc]220 <varlistentry>
[1fca559]221 <term>Util-linux Cramfs Patch - 2.8 KB:</term> <listitem>
[3f8be484]222 <para><ulink
223 url="&patches-root;util-linux/&util-linux-cramfs-patch;"/></para>
224 </listitem>
225 </varlistentry>
226
[db27dcc]227 <varlistentry>
[1fca559]228 <term>Util-linux GCC 4.x Patch - 1 KB:</term> <listitem>
[3f8be484]229 <para><ulink
230 url="&patches-root;util-linux/&util-linux-gcc4_fixes-patch;"/></para>
231 </listitem>
232 </varlistentry>
233
[db27dcc]234 <varlistentry>
[27178ae]235 <term>Zlib fPIC Patch - 3.2 KB:</term> <listitem>
236 <para><ulink
237 url="&patches-root;zlib/&zlib-fpic-patch;"/></para>
238 </listitem>
239 </varlistentry>
240
[3f8be484]241 </variablelist>
242
[ba9c9ed]243 <para os="b">In addition to the above required patches, there exist a number of
[3f8be484]244 optional patches created by the LFS community. These optional patches
245 solve minor problems or enable functionality that is not enabled by
246 default. Feel free to peruse the patches database located at
247 <ulink url="&lfs-root;patches/"/> and acquire any additional
248 patches to suit the system needs.</para>
249
250</sect1>
Note: See TracBrowser for help on using the repository browser.