diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
commit | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch) | |
tree | 129e27a1450727b440da4378e0117a468eb9c25e /chapter03/patches.xml | |
parent | 287ea55da70ceb1f0990554b7db921d525fef816 (diff) |
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/patches.xml')
-rw-r--r-- | chapter03/patches.xml | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml new file mode 100644 index 000000000..2c72ca029 --- /dev/null +++ b/chapter03/patches.xml @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> +<sect1 id="materials-patches"> +<title>Needed patches</title> +<?dbhtml filename="patches.html"?> + +<para>Besides all those packages, you'll also need several patches. These +correct tiny mistakes in the packages that should be fixed by the maintainer, +or just make some small modifications to bend things our way. You'll need the +following:</para> + +<literallayout> +Bash Patch - 7 KB: +<ulink url="&patches-root;bash-&bash-version;-2.patch"/> + +Bison Attribute Patch - 2 KB: +<ulink url="&patches-root;bison-&bison-version;-attribute.patch"/> + +Coreutils Hostname Patch - 1 KB: +<ulink url="&patches-root;coreutils-&coreutils-version;-hostname-1.patch"/> + +Coreutils Uname Patch - 1 KB: +<ulink url="&patches-root;coreutils-&coreutils-version;-uname-1.patch"/> + +Ed Mkstemp Patch - 1 KB: +<ulink url="&patches-root;ed-&ed-version;-mkstemp.patch"/> + +Expect Spawn Patch - 6 KB: +<ulink url="&patches-root;expect-&expect-version;-spawn-1.patch"/> + +GCC No-Fixincludes Patch - 1 KB: +<ulink url="&patches-root;gcc-&gcc-version;-no_fixincludes-1.patch"/> + +GCC Specs Patch - 11 KB: +<ulink url="&patches-root;gcc-&gcc-version;-specs-1.patch"/> + +GCC-2 Patch - 16 KB: +<ulink url="&patches-root;gcc-&gcc-2953-version;-2.patch"/> + +GCC-2 No-Fixincludes Patch - 1 KB: +<ulink url="&patches-root;gcc-&gcc-2953-version;-no-fixinc.patch"/> + +GCC-2 Return-Type Patch - 1 KB: +<ulink url="&patches-root;gcc-&gcc-2953-version;-returntype-fix.patch"/> + +Inetutils No-Server-Man-Pages Patch - 4 KB: +<ulink url="&patches-root;inetutils-&inetutils-version;-no_server_man_pages-1.patch"/> + +Kbd More-Programs Patch - 1 KB: +<ulink url="&patches-root;kbd-&kbd-version;-more-programs-1.patch"/> + +Man 80-Columns Patch - 1 KB: +<ulink url="&patches-root;man-&man-version;-80cols.patch"/> + +Mktemp Tempfile Patch - 3 KB: +<ulink url="&patches-root;mktemp-&mktemp-version;-add-tempfile.patch"/> + +Net-tools Mii-Tool-Gcc33 Patch - 2 KB: +<ulink url="&patches-root;net-tools-&net-tools-version;-miitool-gcc33-1.patch"/> + +Perl Libc Patch - 1 KB: +<ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/> +</literallayout> + +<para>In addition to the above required patches, there exist a number of +optional ones created by the LFS community. Most of these solve slight +problems, or enable some functionality that's not enabled by default. +Feel free to examine the patches database, located at <ulink url="&lfs-root;patches/"/>, +and pick any additional patches you wish to use.</para> + +</sect1> |