source: chapter03/patches.xml@ 32220fb

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 12.2 12.2-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 32220fb was c6f6bd7, checked in by Zack Winkles <winkie@…>, 20 years ago

Use the updated uname patch, instead of the old crappy one. "uname-x86"
is a misnomer anyway, since the original is x86-only too....

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

  • Property mode set to 100644
File size: 2.7 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;-gnu-fixes-2.patch"/>
18
19Coreutils Hostname Patch - 1 KB:
20<ulink url="&patches-root;coreutils-&coreutils-version;-hostname-1.patch"/>
21
22Coreutils Uname Patch - 1 KB:
23<ulink url="&patches-root;coreutils-&coreutils-version;-uname-2.patch"/>
24
25Expect Spawn Patch - 6 KB:
26<ulink url="&patches-root;expect-&expect-version;-spawn-1.patch"/>
27
28Flex Brokenness Patch - 8 KB:
29<ulink url="&patches-root;flex-&flex-version;-debian-fixes-2.patch"/>
30
31GCC No-Fixincludes Patch - 1 KB:
32<ulink url="&patches-root;gcc-&gcc-version;-no-fixincludes-1.patch"/>
33
34GCC Specs Patch - 11 KB:
35<ulink url="&patches-root;gcc-&gcc-version;-specs-1.patch"/>
36
37Inetutils Kernel Headers Patch - 1 KB:
38<ulink url="&patches-root;inetutils-&inetutils-version;-kernel-headers-1.patch"/>
39
40Inetutils No-Server-Man-Pages Patch - 4 KB:
41<ulink url="&patches-root;inetutils-&inetutils-version;-no-server-man-pages-1.patch"/>
42
43Man 80-Columns Patch - 1 KB:
44<ulink url="&patches-root;man-&man-version;-80cols-1.patch"/>
45
46Mktemp Tempfile Patch - 3 KB:
47<ulink url="&patches-root;mktemp-&mktemp-version;-add-tempfile-1.patch"/>
48
49Net-tools GCC 3.4 Compatibility Patch - 3 KB:
50<ulink url="&patches-root;net-tools-&net-tools-version;-gcc34-2.patch"/>
51
52Net-tools Kernel Headers Patch - 1 KB:
53<ulink url="&patches-root;net-tools-&net-tools-version;-kernel-headers-1.patch"/>
54
55Perl Libc Patch - 1 KB:
56<ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/>
57
58Sysklogd Kernel Headers Patch - 3 KB:
59<ulink url="&patches-root;sysklogd-&sysklogd-version;-kernel-headers-1.patch"/>
60
61Udev Configuration Patch - 6 KB:
62<ulink url="&patches-root;udev-&udev-version;-config-1.patch"/>
63
64Util-Linux Kernel Headers Patch - 3 KB:
65<ulink url="&patches-root;util-linux-&util-linux-version;-kernel-headers-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.