Changeset 3e36a78


Ignore:
Timestamp:
05/23/2005 08:07:49 PM (19 years ago)
Author:
Jim Gifford <jim@…>
Branches:
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, 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/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
10b4458d
Parents:
cf629b7d
Message:

Changed patches to use entities

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

Files:
81 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-scatter-changelog">
     
    6062<listitem><para>Added:</para>
    6163<itemizedlist>
    62 <listitem><para>bash-3.0-fixes-3.patch</para></listitem>
    63 <listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem>
    64 <listitem><para>glibc-2.3.5-fix_test-1.patch</para></listitem>
    65 <listitem><para>gzip-1.3.5-security_fixes-1.patch</para></listitem>
    66 <listitem><para>Hotplug 2004_09_23</para></listitem>
    67 <listitem><para>shadow-4.0.7-fix_lastlog-1.patch</para></listitem>
    68 <listitem><para>sysklogd-1.4.1-fixes-1.patch</para></listitem>
    69 <listitem><para>tar-1.15.1-sparse_fix-1.patch</para></listitem>
    70 <listitem><para>util-linux-2.12p-cramfs-1.patch</para></listitem>
    71 <listitem><para>vim-6.0-security_fix-1.patch</para></listitem>
     64<listitem><para>&bash-fixes-patch;</para></listitem>
     65<listitem><para>&bash-avoid_WCONTINUED-patch;</para></listitem>
     66<listitem><para>&glibc-testfix-patch;</para></listitem>
     67<listitem><para>&gzip-security_fix-patch;</para></listitem>
     68<listitem><para>Hotplug &hotplug-version;</para></listitem>
     69<listitem><para>&gzip-security_fix-patch;</para></listitem>
     70<listitem><para>&sysklogd-fixes-patch;</para></listitem>
     71<listitem><para>&tar-sparse_fix-patch;</para></listitem>
     72<listitem><para>&util-linux-cramfs-patch;</para></listitem>
     73<listitem><para>&vim-security_fix-patch;</para></listitem>
    7274</itemizedlist>
    7375</listitem>
  • chapter03/patches.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="materials-patches">
     
    1921<term>Bash Various Fixes - 23 KB:</term>
    2022<listitem>
    21 <para><ulink url="&patches-root;bash-&bash-version;-fixes-3.patch"/></para>
     23<para><ulink url="&patches-root;&bash-fixes-patch;"/></para>
    2224</listitem>
    2325</varlistentry>
     
    2628<term>Bash Avoid Wcontinued Patch - 1 KB:</term>
    2729<listitem>
    28 <para><ulink url="&patches-root;bash-&bash-version;-avoid_WCONTINUED-1.patch"/></para>
     30<para><ulink url="&patches-root;&bash-avoid_WCONTINUED-patch;"/></para>
    2931</listitem>
    3032</varlistentry>
     
    3335<term>Coreutils Suppress Uptime, Kill, Su Patch - 16 KB:</term>
    3436<listitem>
    35 <para><ulink url="&patches-root;coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"/></para>
     37<para><ulink url="&patches-root;&coreutils-suppress-patch;"/></para>
    3638</listitem>
    3739</varlistentry>
     
    4042<term>Coreutils Uname Patch - 1 KB:</term>
    4143<listitem>
    42 <para><ulink url="&patches-root;coreutils-&coreutils-version;-uname-2.patch"/></para>
     44<para><ulink url="&patches-root;&coreutils-uname-patch;"/></para>
    4345</listitem>
    4446</varlistentry>
     
    4749<term>Expect Spawn Patch - 6 KB:</term>
    4850<listitem>
    49 <para><ulink url="&patches-root;expect-&expect-version;-spawn-1.patch"/></para>
     51<para><ulink url="&patches-root;&expect-spawn-patch;"/></para>
    5052</listitem>
    5153</varlistentry>
     
    5456<term>Flex Brokenness Patch - 8 KB:</term>
    5557<listitem>
    56 <para><ulink url="&patches-root;flex-&flex-version;-debian_fixes-2.patch"/></para>
     58<para><ulink url="&patches-root;&flex-fixes-patch;"/></para>
    5759</listitem>
    5860</varlistentry>
     
    6163<term> GCC Linkonce Patch - 12 KB:</term>
    6264<listitem>
    63 <para><ulink url="&patches-root;gcc-&gcc-version;-linkonce-1.patch"/></para>
     65<para><ulink url="&patches-root;&gcc-linkonce-patch;"/></para>
    6466</listitem>
    6567</varlistentry>
     
    6870<term>GCC No-Fixincludes Patch - 1 KB:</term>
    6971<listitem>
    70 <para><ulink url="&patches-root;gcc-&gcc-version;-no_fixincludes-1.patch"/></para>
     72<para><ulink url="&patches-root;&gcc-no_fixincludes-patch;"/></para>
    7173</listitem>
    7274</varlistentry>
     
    7577<term>GCC Specs Patch - 11 KB:</term>
    7678<listitem>
    77 <para><ulink url="&patches-root;gcc-&gcc-version;-specs-2.patch"/></para>
     79<para><ulink url="&patches-root;&gcc-specs-patch;"/></para>
    7880</listitem>
    7981</varlistentry>
     
    8284<term>Glibc Fix Testsuite Patch - 1 KB:</term>
    8385<listitem>
    84 <para><ulink url="&patches-root;glibc-&glibc-version;-fix_test-1.patch"/></para>
     86<para><ulink url="&patches-root;&glibc-testfix-patch;"/></para>
    8587</listitem>
    8688</varlistentry>
     
    8890<varlistentry>
    8991<term>Gzip Security Patch - 2KB:</term><listitem>
    90 <para><ulink url="&patches-root;gzip-&gzip-version;-security_fixes-1.patch"/></para>
    91 </listitem>
    92 </varlistentry>
    93 
    94 <varlistentry>
    95 <term>Inetutils Kernel Headers Patch - 1 KB:</term>
    96 <listitem>
    97 <para><ulink url="&patches-root;inetutils-&inetutils-version;-kernel_headers-1.patch"/></para>
     92<para><ulink url="&patches-root;&gzip-security_fix-patch;"/></para>
    9893</listitem>
    9994</varlistentry>
     
    10297<term>Inetutils No-Server-Man-Pages Patch - 4 KB:</term>
    10398<listitem>
    104 <para><ulink url="&patches-root;inetutils-&inetutils-version;-no_server_man_pages-1.patch"/></para>
     99<para><ulink url="&patches-root;&inetutils-man_pages-patch;"/></para>
    105100</listitem>
    106101</varlistentry>
     
    109104<term>Mktemp Tempfile Patch - 3 KB:</term>
    110105<listitem>
    111 <para><ulink url="&patches-root;mktemp-&mktemp-version;-add_tempfile-1.patch"/></para>
     106<para><ulink url="&patches-root;&mktemp-tempfile-patch;"/></para>
    112107</listitem>
    113108</varlistentry>
     
    116111<term>Perl Libc Patch - 1 KB:</term>
    117112<listitem>
    118 <para><ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/></para>
     113<para><ulink url="&patches-root;&perl-libc-patch;"/></para>
    119114</listitem>
    120115</varlistentry>
     
    123118<term>Readline Fixes Patch - 1 KB:</term>
    124119<listitem>
    125 <para><ulink url="&patches-root;readline-&readline-version;-fixes-1.patch"/></para>
     120<para><ulink url="&patches-root;&readline-fixes-patch;"/></para>
    126121</listitem>
    127122</varlistentry>
     
    130125<term>Shadow Lastlog Fix Patch - 1 KB:</term>
    131126<listitem>
    132 <para><ulink url="&patches-root;shadow-&shadow-version;-fix_lastlog-1.patch"/></para>
     127<para><ulink url="&patches-root;&shadow-lastlog-patch;"/></para>
    133128</listitem>
    134129</varlistentry>
     
    137132<term>Sysklogd Fixes Patch - 27 KB:</term>
    138133<listitem>
    139 <para><ulink url="&patches-root;sysklogd-&sysklogd-version;-fixes-1.patch"/></para>
     134<para><ulink url="&patches-root;&sysklogd-fixes-patch;"/></para>
    140135</listitem>
    141136</varlistentry>
     
    144139<term>Tar Sparse Fix Patch - 1 KB:</term>
    145140<listitem>
    146 <para><ulink url="&patches-root;tar-&tar-version;-sparse_fix-1.patch"/></para>
     141<para><ulink url="&patches-root;&tar-sparse_fix-patch;"/></para>
    147142</listitem>
    148143</varlistentry>
     
    150145<varlistentry>
    151146<term>Util-linux Cramfs Patch - 2kb:</term> <listitem>
    152 <para><ulink url="&patches-root;util-linux-&util-linux-version;-cramfs-1.patch"/></para>
     147<para><ulink url="&patches-root;&util-linux-cramfs-patch;"/></para>
    153148</listitem>
    154149</varlistentry>
     
    156151<varlistentry>
    157152<term>Vim Security Patch - 8KB:</term><listitem>
    158 <para><ulink url="&patches-root;vim-&vim-version;-security_fix-1.patch"/></para>
     153<para><ulink url="&patches-root;&vim-security_fix-patch;"/></para>
    159154</listitem>
    160155</varlistentry>
  • chapter05/bash.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-bash" role="wrap">
     
    3234it to hang inappropriately.  This patch fixes the problem:</para>
    3335
    34 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
     36<screen><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>
    3537
    3638<para>Prepare Bash for compilation:</para>
  • chapter05/binutils-pass1.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-binutils-pass1" role="wrap">
  • chapter05/binutils-pass2.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-binutils-pass2" role="wrap">
  • chapter05/bison.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-bison" xreflabel="Bison" role="wrap">
  • chapter05/bzip2.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-bzip2" role="wrap">
  • chapter05/coreutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-coreutils" role="wrap">
  • chapter05/dejagnu.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-dejagnu" role="wrap">
  • chapter05/diffutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-diffutils" role="wrap">
  • chapter05/expect.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-expect" role="wrap">
     
    3335suite run:</para>
    3436
    35 <screen><userinput>patch -Np1 -i ../expect-&expect-version;-spawn-1.patch</userinput></screen>
     37<screen><userinput>patch -Np1 -i ../&expect-spawn-patch;</userinput></screen>
    3638
    3739<para>Now prepare Expect for compilation:</para>
  • chapter05/findutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-findutils" role="wrap">
  • chapter05/flex.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-flex" role="wrap">
     
    3133following patch:</para>
    3234
    33 <screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen>
     35<screen><userinput>patch -Np1 -i ../&flex-fixes-patch;</userinput></screen>
    3436
    3537<para>The GNU autotools will detect that the Flex source code has been
  • chapter05/gawk.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-gawk" role="wrap">
  • chapter05/gcc-pass1.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-gcc-pass1" role="wrap">
  • chapter05/gcc-pass2.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-gcc-pass2" role="wrap">
     
    6567<para>First correct a known problem and make an essential adjustment:</para>
    6668
    67 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch
    68 patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch</userinput></screen>
     69<screen><userinput>patch -Np1 -i ../&gcc-no_fixincludes-patch;
     70patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
    6971
    7072<para>The first patch disables the GCC <command>fixincludes</command>
  • chapter05/gettext.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-gettext" role="wrap">
  • chapter05/glibc.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-glibc" role="wrap">
     
    4345nor the kernel. If you plan to run the testsuite apply this patch:</para>
    4446
    45 <screen><userinput>patch -Np1 -i ../glibc-&glibc-version;-fix_test-1.patch</userinput></screen>
     47<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
    4648
    4749<para>The Glibc documentation recommends building Glibc outside of the source
  • chapter05/grep.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-grep" role="wrap">
  • chapter05/gzip.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-gzip" role="wrap">
  • chapter05/linux-libc-headers.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-linux-libc-headers" role="wrap">
  • chapter05/m4.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-m4" role="wrap">
  • chapter05/make.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-make" role="wrap">
  • chapter05/ncurses.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-ncurses" role="wrap">
  • chapter05/patch.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-patch" role="wrap">
  • chapter05/perl.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-perl" role="wrap">
     
    3133the following patch:</para>
    3234
    33 <screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc-1.patch</userinput></screen>
     35<screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
    3436
    3537<para>Prepare Perl for compilation (make sure to get the 'IO Fcntl POSIX'
  • chapter05/sed.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-sed" role="wrap">
  • chapter05/tar.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-tar" role="wrap">
  • chapter05/tcl.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-tcl" role="wrap">
  • chapter05/texinfo.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-texinfo" role="wrap">
  • chapter05/util-linux.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-tools-util-linux" role="wrap">
  • chapter06/autoconf.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-autoconf" role="wrap">
  • chapter06/automake.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-automake" role="wrap">
  • chapter06/bash.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-bash" role="wrap">
     
    3335will sometimes only show 33 characters on a line, then wrap to the next:</para>
    3436
    35 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-fixes-3.patch</userinput></screen>
     37<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    3638
    3739<para>Bash also has issues when compiled against newer versions of Glibc.  The
    3840following patch resolves this problem:</para>
    3941
    40 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
     42<screen><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>
    4143
    4244<para>Prepare Bash for compilation:</para>
  • chapter06/binutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-binutils" role="wrap">
  • chapter06/bison.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-bison" role="wrap">
  • chapter06/bzip2.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-bzip2" role="wrap">
  • chapter06/coreutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-coreutils" role="wrap">
     
    3537fixes this behavior for Intel architectures:</para>
    3638
    37 <screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-uname-2.patch</userinput></screen>
     39<screen><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
    3840
    3941<para>Prevent Coreutils from installing binaries that will be later be
    4042installed by other packages:</para>
    4143
    42 <screen><userinput>patch -Np1 -i \
    43     ../coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch</userinput></screen>
     44<screen><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen>
    4445
    4546<para>Now prepare Coreutils for compilation:</para>
  • chapter06/diffutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-diffutils" role="wrap">
  • chapter06/e2fsprogs.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-e2fsprogs" role="wrap">
  • chapter06/file.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-file" role="wrap">
  • chapter06/findutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-findutils" role="wrap">
  • chapter06/flex.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-flex" role="wrap">
     
    3234<para>Flex contains several known bugs. Fix these with the following patch:</para>
    3335
    34 <screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen>
     36<screen><userinput>patch -Np1 -i ../&flex-fixes-patch;</userinput></screen>
    3537
    3638<para>The GNU autotools detects that the Flex source code has been
  • chapter06/gawk.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-gawk" role="wrap">
  • chapter06/gcc.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-gcc" role="wrap">
     
    4345used in the previous chapter:</para>
    4446
    45 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch</userinput></screen>
     47<screen><userinput>patch -Np1 -i ../&gcc-no_fixincludes-patch;</userinput></screen>
    4648
    4749<para>GCC fails to compile some packages outside of a base Linux From Scratch
     
    4951versions of Binutils.  Apply the following patch to fix this issue:</para>
    5052
    51 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-linkonce-1.patch</userinput></screen>
     53<screen><userinput>patch -Np1 -i ../&gcc-linkonce-patch;</userinput></screen>
    5254
    5355<para>Apply a sed substitution that will suppress the installation of
  • chapter06/gettext.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-gettext" role="wrap">
  • chapter06/glibc.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-glibc" role="wrap">
     
    5658nor the kernel. This patch fixes the problem:</para>
    5759
    58 <screen><userinput>patch -Np1 -i ../glibc-&glibc-version;-fix_test-1.patch</userinput></screen>
     60<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
    5961
    6062<para>The Glibc documentation recommends building Glibc outside of the source
  • chapter06/grep.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-grep" role="wrap">
  • chapter06/groff.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-groff" role="wrap">
  • chapter06/grub.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-grub" role="wrap">
  • chapter06/gzip.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-gzip" role="wrap">
     
    3335addresses both of them:</para>
    3436
    35 <screen><userinput>patch -Np1 -i ../gzip-&gzip-version;-security_fixes-1.patch</userinput></screen>
     37<screen><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen>
    3638
    3739<para>Prepare Gzip for compilation:</para>
  • chapter06/hotplug.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-hotplug" xreflabel="Hotplug" role="wrap">
  • chapter06/iana-etc.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-iana-etc" role="wrap">
  • chapter06/inetutils.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-inetutils" role="wrap">
     
    2931<title>Installation of Inetutils</title>
    3032
    31 <para>Inetutils has issues with the Linux 2.6 kernel series. Fix these
    32 issues by applying the following patch:</para>
    33 
    34 <screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch</userinput></screen>
    35 
    3633<para>All programs that come with Inetutils will not be installed.
    3734However, the Inetutils build system will insist on installing all the
     
    3936situation:</para>
    4037
    41 <screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-no_server_man_pages-1.patch</userinput></screen>
     38<screen><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen>
    4239
    4340<para>Prepare Inetutils for compilation:</para>
  • chapter06/iproute2.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-iproute2" role="wrap">
  • chapter06/kbd.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-kbd" role="wrap">
  • chapter06/less.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-less" role="wrap">
  • chapter06/libtool.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-libtool" role="wrap">
  • chapter06/linux-libc-headers.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-linux-libc-headers" role="wrap">
  • chapter06/m4.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-m4" role="wrap">
  • chapter06/make.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-make" role="wrap">
  • chapter06/man-pages.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-man-pages" role="wrap">
  • chapter06/man.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-man" role="wrap">
  • chapter06/mktemp.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-mktemp" role="wrap">
     
    3436<command>tempfile</command> wrapper:</para>
    3537
    36 <screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-1.patch</userinput></screen>
     38<screen><userinput>patch -Np1 -i ../&mktemp-tempfile-patch;</userinput></screen>
    3739
    3840<para>Prepare Mktemp for compilation:</para>
  • chapter06/module-init-tools.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-module-init-tools" role="wrap">
  • chapter06/ncurses.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-ncurses" role="wrap">
  • chapter06/patch.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-patch" role="wrap">
  • chapter06/perl.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-perl" role="wrap">
  • chapter06/procps.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-procps" role="wrap">
  • chapter06/psmisc.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-psmisc" role="wrap">
  • chapter06/readline.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-readline" role="wrap">
     
    3436Readline author.</para>
    3537
    36 <screen><userinput>patch -Np1 -i ../readline-&readline-version;-fixes-1.patch</userinput></screen>
     38<screen><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
    3739
    3840<para>Prepare Readline for compilation:</para>
  • chapter06/sed.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-sed" role="wrap">
  • chapter06/shadow.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-shadow" role="wrap">
  • chapter06/sysklogd.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-sysklogd" xreflabel="Sysklogd" role="wrap">
     
    3234Sysklogd with Linux 2.6 series kernels</para>
    3335
    34 <screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version;-fixes-1.patch</userinput></screen>
     36<screen><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen>
    3537
    3638<para>Compile the package:</para>
  • chapter06/sysvinit.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-sysvinit" role="wrap">
  • chapter06/tar.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-tar" role="wrap">
     
    3234with files larger than 4 GB. The following patch properly fixes this issue:</para>
    3335
    34 <screen><userinput>patch -Np1 -i ../tar-&tar-version;-sparse_fix-1.patch</userinput></screen>
     36<screen><userinput>patch -Np1 -i ../&tar-sparse_fix-patch;</userinput></screen>
    3537
    3638<para>Prepare Tar for compilation:</para>
  • chapter06/texinfo.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-texinfo" role="wrap">
  • chapter06/udev.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-udev" role="wrap">
  • chapter06/util-linux.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-util-linux" role="wrap">
     
    5052Linux-Libc-Headers.  The following patch properly fixes that issue</para>
    5153
    52 <screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-cramfs-1.patch</userinput></screen>
     54<screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen>
    5355
    5456<para>Prepare Util-linux for compilation:</para>
  • chapter06/vim.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-vim" role="wrap">
     
    5052following patch fixes the problem:</para>
    5153
    52 <screen><userinput>patch -Np1 -i ../vim-&vim-version;-security_fix-1.patch</userinput></screen>
     54<screen><userinput>patch -Np1 -i ../&vim-security_fix-patch;</userinput></screen>
    5355
    5456<para>Now prepare Vim for compilation:</para>
  • chapter06/zlib.xml

    rcf629b7d r3e36a78  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-zlib" role="wrap">
Note: See TracChangeset for help on using the changeset viewer.