Author: matthew Date: 2005-08-14 07:24:26 -0600 (Sun, 14 Aug 2005) New Revision: 6681
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter03/patches.xml trunk/BOOK/chapter06/bzip2.xml trunk/BOOK/patches.ent Log: Add patch to install bzip2 documentation Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-08-14 12:36:40 UTC (rev 6680) +++ trunk/BOOK/chapter01/changelog.xml 2005-08-14 13:24:26 UTC (rev 6681) @@ -87,6 +87,7 @@ <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 @@ </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> Modified: trunk/BOOK/chapter03/patches.xml =================================================================== --- trunk/BOOK/chapter03/patches.xml 2005-08-14 12:36:40 UTC (rev 6680) +++ trunk/BOOK/chapter03/patches.xml 2005-08-14 13:24:26 UTC (rev 6681) @@ -32,6 +32,13 @@ </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> Modified: trunk/BOOK/chapter06/bzip2.xml =================================================================== --- trunk/BOOK/chapter06/bzip2.xml 2005-08-14 12:36:40 UTC (rev 6680) +++ trunk/BOOK/chapter06/bzip2.xml 2005-08-14 13:24:26 UTC (rev 6681) @@ -32,6 +32,10 @@ <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 Modified: trunk/BOOK/patches.ent =================================================================== --- trunk/BOOK/patches.ent 2005-08-14 12:36:40 UTC (rev 6680) +++ trunk/BOOK/patches.ent 2005-08-14 13:24:26 UTC (rev 6681) @@ -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"> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
