mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
75 lines
2.6 KiB
XML
75 lines
2.6 KiB
XML
|
<?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>
|