source: chapter03/patches.xml@ 1b9d582

Last change on this file since 1b9d582 was 673b0d8, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • Merged newxml into HEAD

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

  • Property mode set to 100644
File size: 2.6 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<literallayout>
16Bash Patch - 7 KB:
17<ulink url="&patches-root;bash-&bash-version;-2.patch"/>
18
19Bison Attribute Patch - 2 KB:
20<ulink url="&patches-root;bison-&bison-version;-attribute.patch"/>
21
22Coreutils Hostname Patch - 1 KB:
23<ulink url="&patches-root;coreutils-&coreutils-version;-hostname-1.patch"/>
24
25Coreutils Uname Patch - 1 KB:
26<ulink url="&patches-root;coreutils-&coreutils-version;-uname-1.patch"/>
27
28Ed Mkstemp Patch - 1 KB:
29<ulink url="&patches-root;ed-&ed-version;-mkstemp.patch"/>
30
31Expect Spawn Patch - 6 KB:
32<ulink url="&patches-root;expect-&expect-version;-spawn-1.patch"/>
33
34GCC No-Fixincludes Patch - 1 KB:
35<ulink url="&patches-root;gcc-&gcc-version;-no_fixincludes-1.patch"/>
36
37GCC Specs Patch - 11 KB:
38<ulink url="&patches-root;gcc-&gcc-version;-specs-1.patch"/>
39
40GCC-2 Patch - 16 KB:
41<ulink url="&patches-root;gcc-&gcc-2953-version;-2.patch"/>
42
43GCC-2 No-Fixincludes Patch - 1 KB:
44<ulink url="&patches-root;gcc-&gcc-2953-version;-no-fixinc.patch"/>
45
46GCC-2 Return-Type Patch - 1 KB:
47<ulink url="&patches-root;gcc-&gcc-2953-version;-returntype-fix.patch"/>
48
49Inetutils No-Server-Man-Pages Patch - 4 KB:
50<ulink url="&patches-root;inetutils-&inetutils-version;-no_server_man_pages-1.patch"/>
51
52Kbd More-Programs Patch - 1 KB:
53<ulink url="&patches-root;kbd-&kbd-version;-more-programs-1.patch"/>
54
55Man 80-Columns Patch - 1 KB:
56<ulink url="&patches-root;man-&man-version;-80cols.patch"/>
57
58Mktemp Tempfile Patch - 3 KB:
59<ulink url="&patches-root;mktemp-&mktemp-version;-add-tempfile.patch"/>
60
61Net-tools Mii-Tool-Gcc33 Patch - 2 KB:
62<ulink url="&patches-root;net-tools-&net-tools-version;-miitool-gcc33-1.patch"/>
63
64Perl Libc Patch - 1 KB:
65<ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/>
66</literallayout>
67
68<para>In addition to the above required patches, there exist a number of
69optional ones created by the LFS community. Most of these solve slight
70problems, or enable some functionality that's not enabled by default.
71Feel free to examine the patches database, located at <ulink url="&lfs-root;patches/"/>,
72and pick any additional patches you wish to use.</para>
73
74</sect1>
Note: See TracBrowser for help on using the repository browser.