mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
6732c09460
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
42 lines
1.3 KiB
XML
42 lines
1.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<sect1 id="patches">
|
|
<?dbhtml filename="patches.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Optional Patches</title>
|
|
|
|
<para>As you follow the various sections in the book, you will observe that
|
|
the book occasionally includes patches that are required for a successful and
|
|
secure installation of the packages. The general policy of the book is to
|
|
include patches that fall in one of the following criteria:</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Fixes a compilation problem.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Fixes a security problem.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Fixes a broken functionality.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para>In short, the book only includes patches that are either required or
|
|
recommended. There is a
|
|
<ulink url="http://www.&lfs-domainname;/patches">Patches subproject</ulink>
|
|
which hosts various patches (including the patches referenced in the books)
|
|
to enable you to configure your LFS the way you like it.</para>
|
|
|
|
</sect1>
|