Added a few comments here and there
[linux_from_scratch.git] / newxml / chapter04 / patches.xml
blob736629788353937a3ac91781d317f787f4f7fa84
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3CR2//EN" "http://www.docbook.org/xml/4.3CR2/docbookx.dtd">
3 <sect1 id="ch04-patches">
4 <title>Needed patches</title>
5 <?dbhtml filename="patches.html"?>
7 <para>Besides all those packages, you'll also need several patches. These
8 correct tiny mistakes in the packages that should be fixed by the maintainer,
9 or just make some small modifications to bend things our way. You'll need the
10 following:</para>
12 <literallayout>
13 Bash Patch - 7 KB:
14 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/bash-2.05b-2.patch"/>
16 Bison Attribute Patch - 2 KB:
17 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/bison-1.875-attribute.patch"/>
19 Coreutils Hostname Patch - 1 KB:
20 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/coreutils-5.0-hostname-2.patch"/>
22 Coreutils Uname Patch - 1 KB:
23 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/coreutils-5.0-uname.patch"/>
25 Ed Mkstemp Patch - 1 KB:
26 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/ed-0.2-mkstemp.patch"/>
28 Expect Spawn Patch - 6 KB:
29 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/expect-5.39.0-spawn.patch"/>
31 GCC No-Fixincludes Patch - 1 KB:
32 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/gcc-3.3.2-no_fixincludes-1.patch"/>
34 GCC Specs Patch - 11 KB:
35 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/gcc-3.3.2-specs-1.patch"/>
37 GCC-2 Patch - 16 KB:
38 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/gcc-2.95.3-2.patch"/>
40 GCC-2 No-Fixincludes Patch - 1 KB:
41 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/gcc-2.95.3-no-fixinc.patch"/>
43 GCC-2 Return-Type Patch - 1 KB:
44 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/gcc-2.95.3-returntype-fix.patch"/>
46 Glibc Sscanf Patch - 2 KB:
47 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/glibc-2.3.2-sscanf-1.patch"/>
49 Inetutils No-Server-Man-Pages Patch - 4 KB:
50 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/inetutils-1.4.2-no_server_man_pages-1.patch"/>
52 Kbd More-Programs Patch - 1 KB:
53 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/kbd-1.10-more-programs-2.patch"/>
55 Man 80-Columns Patch - 1 KB:
56 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/man-1.5m2-80cols.patch"/>
58 Ncurses Etip Patch - 1 KB:
59 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/ncurses-5.3-etip-2.patch"/>
61 Net-tools Mii-Tool-Gcc33 Patch - 2 KB:
62 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/net-tools-1.60-miitool-gcc33-1.patch"/>
64 Perl Libc Patch - 1 KB:
65 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/perl-5.8.2-libc-1.patch"/>
67 Shadow Newgrp Patch - 1 KB:
68 <ulink url="http://www.linuxfromscratch.org/patches/lfs/cvs/shadow-4.0.3-newgrp-fix.patch"/> 
69 </literallayout>
71 <para>In addition to the above required patches, there exist a number of
72 optional ones created by the LFS community. Most of these solve slight
73 problems, or enable some functionality that's not enabled by default. Feel
74 free to examine the patches database, located at
75 <ulink url="http://www.linuxfromscratch.org/patches/"/>, and pick any
76 additional patches you wish to use.</para>
78 </sect1>