mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Add patch to install bzip2 documentation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
44f3e016ce
commit
64fc68abb9
@ -87,6 +87,7 @@ First a summary, then a detailed log.</para>
|
|||||||
|
|
||||||
<listitem><para>Added:</para>
|
<listitem><para>Added:</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem><para>&bzip2-docs-patch;</para></listitem>
|
||||||
<listitem><para>&gcc-linkonce-patch;</para></listitem>
|
<listitem><para>&gcc-linkonce-patch;</para></listitem>
|
||||||
<listitem><para>&gcc-no_fixincludes-patch;</para></listitem>
|
<listitem><para>&gcc-no_fixincludes-patch;</para></listitem>
|
||||||
<listitem><para>&gcc-specs-patch;</para></listitem>
|
<listitem><para>&gcc-specs-patch;</para></listitem>
|
||||||
@ -112,6 +113,10 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</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><para>August 14th, 2005 [matt]: Upgrade to linux-2.6.12.4.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -32,6 +32,13 @@ needed to build an LFS system:</para>
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<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>
|
<term>Coreutils Suppress Uptime, Kill, Su Patch - 15 KB:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink url="&patches-root;&coreutils-suppress-patch;"/></para>
|
<para><ulink url="&patches-root;&coreutils-suppress-patch;"/></para>
|
||||||
|
@ -32,6 +32,10 @@ GCC, Glibc, and Make</seg></seglistitem>
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Bzip2</title>
|
<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>
|
<para>Prepare Bzip2 for compilation with:</para>
|
||||||
|
|
||||||
<screen><userinput>make -f Makefile-libbz2_so
|
<screen><userinput>make -f Makefile-libbz2_so
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
|
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
|
||||||
<!ENTITY bash-avoid_WCONTINUED-patch "bash-&bash-version;-avoid_WCONTINUED-1.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-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch">
|
||||||
<!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-2.patch">
|
<!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-2.patch">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user