diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-14 13:24:26 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-14 13:24:26 +0000 |
commit | 64fc68abb92ef3a69efad0c8c411dd6862d048c5 (patch) | |
tree | 7bbb56ab6a9b97c22dc58bbae862476cb2c3e621 | |
parent | 44f3e016cea27d67a59ab599d8e64604351dfcc9 (diff) |
Add patch to install bzip2 documentation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter03/patches.xml | 7 | ||||
-rw-r--r-- | chapter06/bzip2.xml | 4 | ||||
-rw-r--r-- | patches.ent | 2 |
4 files changed, 18 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 386b847a3..350634e6a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,7 @@ First a summary, then a detailed log.</para> <listitem><para>Added:</para> <itemizedlist> +<listitem><para>&bzip2-docs-patch;</para></listitem> <listitem><para>&gcc-linkonce-patch;</para></listitem> <listitem><para>&gcc-no_fixincludes-patch;</para></listitem> <listitem><para>&gcc-specs-patch;</para></listitem> @@ -112,6 +113,10 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>August 14th, 2005 [matt]: Added patch to install documentation +for bzip2 (fixes bug 1603).</para> +</listitem> + <listitem><para>August 14th, 2005 [matt]: Upgrade to linux-2.6.12.4.</para> </listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 34acfd2e8..579741012 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -32,6 +32,13 @@ needed to build an LFS system:</para> </varlistentry> <varlistentry> +<term>Bzip2 Documentation Patch - 1 KB:</term> +<listitem> +<para><ulink url="&patches-root;&bzip2-docs-patch;"/></para> +</listitem> +</varlistentry> +<varlistentry> + <term>Coreutils Suppress Uptime, Kill, Su Patch - 15 KB:</term> <listitem> <para><ulink url="&patches-root;&coreutils-suppress-patch;"/></para> diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index d276f6df8..641fb5a25 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -32,6 +32,10 @@ GCC, Glibc, and Make</seg></seglistitem> <sect2 role="installation"> <title>Installation of Bzip2</title> +<para>Apply a patch to install the documentation for this package:</para> + +<screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen> + <para>Prepare Bzip2 for compilation with:</para> <screen><userinput>make -f Makefile-libbz2_so diff --git a/patches.ent b/patches.ent index 1ba5adf30..1bdda5328 100644 --- a/patches.ent +++ b/patches.ent @@ -4,6 +4,8 @@ <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch"> <!ENTITY bash-avoid_WCONTINUED-patch "bash-&bash-version;-avoid_WCONTINUED-1.patch"> +<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> + <!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"> <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-2.patch"> |