source: clfs-embedded/BOOK/materials/common/patches.xml@ 8ffda01

Last change on this file since 8ffda01 was 841271e, checked in by Jim Gifford <clfs@…>, 18 years ago

uClibc updates

  • Property mode set to 100644
File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-materials-patches-common">
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 a CLFS system:</para>
18
19 <variablelist role="materials">
20
21 <varlistentry>
22 <term>Binutils Posix Patch - <token>&binutils-posix-patch-size;</token>:</term>
23 <listitem>
24 <para>Download: <ulink
25 url="&patches-root;&binutils-posix-patch;"/></para>
26 <para>MD5 sum: <literal>&binutils-posix-patch-md5;</literal></para>
27 </listitem>
28 </varlistentry>
29
30 <varlistentry>
31 <term>Binutils uClibc Patch - <token>&binutils-uclibc-patch-size;</token>:</term>
32 <listitem>
33 <para>Download: <ulink
34 url="&patches-root;&binutils-uclibc-patch;"/></para>
35 <para>MD5 sum: <literal>&binutils-uclibc-patch-md5;</literal></para>
36 </listitem>
37 </varlistentry>
38
39 <varlistentry>
40 <term>Busybox Fixes Patch - <token>&busybox-fixes-patch-size;</token>:</term>
41 <listitem>
42 <para>Download: <ulink
43 url="&patches-root;&busybox-fixes-patch;"/></para>
44 <para>MD5 sum: <literal>&busybox-fixes-patch-md5;</literal></para>
45 </listitem>
46 </varlistentry>
47
48 <varlistentry>
49 <term>GCC Cross Search Paths Patch - <token>&gcc-cross_search-patch-size;</token>:</term>
50 <listitem>
51 <para>Download: <ulink
52 url="&patches-root;&gcc-cross_search-patch;"/></para>
53 <para>MD5 sum: <literal>&gcc-cross_search-patch-md5;</literal></para>
54 </listitem>
55 </varlistentry>
56
57 <varlistentry>
58 <term>GCC PR20425 Patch - <token>&gcc-PR20425-patch-size;</token>:</term>
59 <listitem>
60 <para>Download: <ulink
61 url="&patches-root;&gcc-PR20425-patch;"/></para>
62 <para>MD5 sum: <literal>&gcc-PR20425-patch-md5;</literal></para>
63 </listitem>
64 </varlistentry>
65
66 <varlistentry>
67 <term>GCC Posix Patch - <token>&gcc-posix-patch-size;</token>:</term>
68 <listitem>
69 <para>Download: <ulink
70 url="&patches-root;&gcc-posix-patch;"/></para>
71 <para>MD5 sum: <literal>&gcc-posix-patch-md5;</literal></para>
72 </listitem>
73 </varlistentry>
74
75 <varlistentry>
76 <term>GCC uClibc Patch - <token>&gcc-uclibc-patch-size;</token>:</term>
77 <listitem>
78 <para>Download: <ulink
79 url="&patches-root;&gcc-uclibc-patch;"/></para>
80 <para>MD5 sum: <literal>&gcc-uclibc-patch-md5;</literal></para>
81 </listitem>
82 </varlistentry>
83
84 </variablelist>
85
86 <para os="a">Total size of these patches: about <returnvalue/></para>
87
88 <para>In addition to the above required patches, there exist a number of
89 optional patches created by the CLFS community. These optional patches
90 solve minor problems or enable functionality that is not enabled by
91 default. Feel free to peruse the patches database located at
92 <ulink url="&lfs-root;patches/"/> and acquire any additional
93 patches to suit the system needs.</para>
94
95</sect1>
Note: See TracBrowser for help on using the repository browser.