source: chapter03/patches.xml@ a1ad522

multilib-10.1
Last change on this file since a1ad522 was a1ad522, checked in by Thomas Trepl <thomas@…>, 4 years ago

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[1fa2099]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
[ede49cd]8<sect1 id="ch-materials-patches">
[1fa2099]9 <?dbhtml filename="patches.html"?>
10
11 <title>Needed Patches</title>
12
13 <para>In addition to the packages, several patches are also required.
14 These patches correct any mistakes in the packages that should be
15 fixed by the maintainer. The patches also make small modifications to
16 make the packages easier to work with. The following patches will be
17 needed to build an LFS system:</para>
18
19 <variablelist role="materials">
[71ab47c]20
[1fa2099]21 <varlistentry>
22 <term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
23 <listitem>
24 <para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>
25 <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>
26 </listitem>
27 </varlistentry>
[71ab47c]28
[9f715a8]29<!--
[1fa2099]30 <varlistentry>
[160e72c]31 <term>Binutils Fix for gold Test Suite Patch - <token>&binutils-gold-test-patch-size;</token>:</term>
[1fa2099]32 <listitem>
[160e72c]33 <para>Download: <ulink url="&patches-root;&binutils-gold-test-patch;"/></para>
34 <para>MD5 sum: <literal>&binutils-gold-test-patch-md5;</literal></para>
[1fa2099]35 </listitem>
36 </varlistentry>
[9f715a8]37-->
[1fa2099]38 <varlistentry>
39 <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term>
40 <listitem>
41 <para>Download: <ulink url="&patches-root;&bzip2-docs-patch;"/></para>
42 <para>MD5 sum: <literal>&bzip2-docs-patch-md5;</literal></para>
43 </listitem>
44 </varlistentry>
45
46 <varlistentry>
47 <term>Coreutils Internationalization Fixes Patch - <token>&coreutils-i18n-patch-size;</token>:</term>
48 <listitem>
49 <para>Download: <ulink url="&patches-root;&coreutils-i18n-patch;"/></para>
50 <para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
51 </listitem>
52 </varlistentry>
[37e35d2]53
[1fa2099]54 <varlistentry>
55 <term>Glibc FHS Patch - <token>&glibc-fhs-patch-size;</token>:</term>
56 <listitem>
57 <para>Download: <ulink url="&patches-root;&glibc-fhs-patch;"/></para>
58 <para>MD5 sum: <literal>&glibc-fhs-patch-md5;</literal></para>
59 </listitem>
60 </varlistentry>
[9f715a8]61<!--
[1fa2099]62 <varlistentry>
[37e35d2]63 <term>GCC Cross Build Fix Patch - <token>&gcc-cross-patch-size;</token>:</term>
[1fa2099]64 <listitem>
[37e35d2]65 <para>Download: <ulink url="&patches-root;&gcc-cross-patch;"/></para>
66 <para>MD5 sum: <literal>&gcc-cross-patch-md5;</literal></para>
[1fa2099]67 </listitem>
68 </varlistentry>
[9f715a8]69-->
[1fa2099]70 <varlistentry>
71 <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
72 <listitem>
73 <para>Download: <ulink url="&patches-root;&kbd-backspace-patch;"/></para>
74 <para>MD5 sum: <literal>&kbd-backspace-patch-md5;</literal></para>
75 </listitem>
76 </varlistentry>
[a1ad522]77<!--
[9f715a8]78 <varlistentry>
79 <term>Libpipeline Checks Patch - <token>&libpipeline-checks-patch-size;</token>:</term>
80 <listitem>
81 <para>Download: <ulink url="&patches-root;&libpipeline-checks-patch;"/></para>
82 <para>MD5 sum: <literal>&libpipeline-checks-patch-md5;</literal></para>
83 </listitem>
84 </varlistentry>
[a1ad522]85-->
[1fa2099]86 <varlistentry revision="sysv">
87 <term>Sysvinit Consolidated Patch - <token>&sysvinit-consolidated-patch-size;</token>:</term>
88 <listitem>
89 <para>Download: <ulink url="&patches-root;&sysvinit-consolidated-patch;"/></para>
90 <para>MD5 sum: <literal>&sysvinit-consolidated-patch-md5;</literal></para>
91 </listitem>
92 </varlistentry>
[37e35d2]93
[e9a3e8f]94<!--
[1fa2099]95 <varlistentry revision="systemd">
[37e35d2]96 <term>Systemd GCC-10 Patch - <token>&systemd-gcc10-patch-size;</token>:</term>
97 <listitem>
98 <para>Download: <ulink url="&patches-root;&systemd-gcc10-patch;"/></para>
99 <para>MD5 sum: <literal>&systemd-gcc10-patch-md5;</literal></para>
[1fa2099]100 </listitem>
101 </varlistentry>
[e9a3e8f]102-->
[37e35d2]103
[1fa2099]104 </variablelist>
105
106 <para>Total size of these patches: about <returnvalue/></para>
107
108 <para>In addition to the above required patches, there exist a number of
109 optional patches created by the LFS community. These optional patches
110 solve minor problems or enable functionality that is not enabled by
111 default. Feel free to peruse the patches database located at
112 <ulink url="&lfs-root;patches/downloads/"/> and acquire any additional
113 patches to suit your system needs.</para>
114
115</sect1>
Note: See TracBrowser for help on using the repository browser.