1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?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"/>
- 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"/>
- Expect Spawn Patch - 6 KB:
- <ulink url="&patches-root;expect-&expect-version;-spawn-1.patch"/>
- Flex Brokenness Patch - 8 KB:
- <ulink url="&patches-root;flex-&flex-version;-debian-fixes-2.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"/>
- Inetutils Kernel Headers Patch - 1 KB:
- <ulink url="&patches-root;inetutils-&inetutils-version;-kernel-2.6-1.patch"/>
- Inetutils No-Server-Man-Pages Patch - 4 KB:
- <ulink url="&patches-root;inetutils-&inetutils-version;-no_server_man_pages-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"/>
- Net-tools Kernel Headers Patch - 1 KB:
- <ulink url="&patches-root;net-tools-&net-tools-version;-kernel-2.6-1.patch"/>
- Perl Libc Patch - 1 KB:
- <ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/>
- Sysklogd Kernel Headers Patch - 3 KB:
- <ulink url="&patches-root;sysklogd-&sysklogd-version;-kernel_header.patch"/>
- Udev Configuration Patch - 6 KB:
- <ulink url="&patches-root;udev-&udev-version;-config-1.patch"/>
- Util-Linux Kernel Headers Patch - 3 KB:
- <ulink url="&patches-root;util-linux-&util-linux-version;-kernel-dj-2.6-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>
|