* Fixed problem when BASEDIR paths were given without a trailing '/'.
[linux_from_scratch.git] / newxml / chapter03 / patches.xml
blob2c72ca029ea7c82dfbb708f65100843b29a71bd1
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"?>
10 <para>Besides all those packages, you'll also need several patches. These
11 correct tiny mistakes in the packages that should be fixed by the maintainer,
12 or just make some small modifications to bend things our way. You'll need the
13 following:</para>
15 <literallayout>
16 Bash Patch - 7 KB:
17 <ulink url="&patches-root;bash-&bash-version;-2.patch"/>
19 Bison Attribute Patch - 2 KB:
20 <ulink url="&patches-root;bison-&bison-version;-attribute.patch"/>
22 Coreutils Hostname Patch - 1 KB:
23 <ulink url="&patches-root;coreutils-&coreutils-version;-hostname-1.patch"/>
25 Coreutils Uname Patch - 1 KB:
26 <ulink url="&patches-root;coreutils-&coreutils-version;-uname-1.patch"/>
28 Ed Mkstemp Patch - 1 KB:
29 <ulink url="&patches-root;ed-&ed-version;-mkstemp.patch"/>
31 Expect Spawn Patch - 6 KB:
32 <ulink url="&patches-root;expect-&expect-version;-spawn-1.patch"/>
34 GCC No-Fixincludes Patch - 1 KB:
35 <ulink url="&patches-root;gcc-&gcc-version;-no_fixincludes-1.patch"/>
37 GCC Specs Patch - 11 KB:
38 <ulink url="&patches-root;gcc-&gcc-version;-specs-1.patch"/>
40 GCC-2 Patch - 16 KB:
41 <ulink url="&patches-root;gcc-&gcc-2953-version;-2.patch"/>
43 GCC-2 No-Fixincludes Patch - 1 KB:
44 <ulink url="&patches-root;gcc-&gcc-2953-version;-no-fixinc.patch"/>
46 GCC-2 Return-Type Patch - 1 KB:
47 <ulink url="&patches-root;gcc-&gcc-2953-version;-returntype-fix.patch"/>
49 Inetutils No-Server-Man-Pages Patch - 4 KB:
50 <ulink url="&patches-root;inetutils-&inetutils-version;-no_server_man_pages-1.patch"/>
52 Kbd More-Programs Patch - 1 KB:
53 <ulink url="&patches-root;kbd-&kbd-version;-more-programs-1.patch"/>
55 Man 80-Columns Patch - 1 KB:
56 <ulink url="&patches-root;man-&man-version;-80cols.patch"/>
58 Mktemp Tempfile Patch - 3 KB:
59 <ulink url="&patches-root;mktemp-&mktemp-version;-add-tempfile.patch"/>
61 Net-tools Mii-Tool-Gcc33 Patch - 2 KB:
62 <ulink url="&patches-root;net-tools-&net-tools-version;-miitool-gcc33-1.patch"/>
64 Perl Libc Patch - 1 KB:
65 <ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/>
66 </literallayout>
68 <para>In addition to the above required patches, there exist a number of
69 optional ones created by the LFS community. Most of these solve slight
70 problems, or enable some functionality that's not enabled by default.
71 Feel free to examine the patches database, located at <ulink url="&lfs-root;patches/"/>, 
72 and pick any additional patches you wish to use.</para>
74 </sect1>