mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 22:04:35 +01:00
Replaced a patch for IPRoute2 by a sed command.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
241bb14b23
commit
218232badf
@ -44,7 +44,8 @@ First a summary, then a detailed log.</para>
|
|||||||
|
|
||||||
<listitem><para>October 23, 2005 [manuel]: Added Bash documentation
|
<listitem><para>October 23, 2005 [manuel]: Added Bash documentation
|
||||||
installation. Added notes about libiconv and Cracklib. Fixed the installation
|
installation. Added notes about libiconv and Cracklib. Fixed the installation
|
||||||
of Sed documentation.</para></listitem>
|
of Sed documentation. Replaced a patch for IPRoute2 by a sed
|
||||||
|
command.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>October 19, 2005 [manuel]: Updated the acknowledgements to
|
<listitem><para>October 19, 2005 [manuel]: Updated the acknowledgements to
|
||||||
current trunk version. Ported some redaction changes in preface and chapter01
|
current trunk version. Ported some redaction changes in preface and chapter01
|
||||||
|
@ -133,13 +133,6 @@ needed to build an LFS system:</para>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term>IPRoute2 Disable DB Patch - 1 KB:</term>
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="&patches-root;&iproute2-remove_db-patch;"/></para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Mktemp Tempfile Patch - 3 KB:</term>
|
<term>Mktemp Tempfile Patch - 3 KB:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -34,13 +34,13 @@
|
|||||||
<para>The <command>arpd</command> binary included in this package is
|
<para>The <command>arpd</command> binary included in this package is
|
||||||
dependent on Berkeley DB. Because <command>arpd</command> is not a very
|
dependent on Berkeley DB. Because <command>arpd</command> is not a very
|
||||||
common requirement on a base Linux system, remove the dependency on
|
common requirement on a base Linux system, remove the dependency on
|
||||||
Berkeley DB by applying the patch using the command below. If
|
Berkeley DB by applying the <command>sed</command> command below. If
|
||||||
the <command>arpd</command> binary is needed, instructions for
|
the <command>arpd</command> binary is needed, instructions for
|
||||||
compiling Berkeley DB can be found in the BLFS Book at <ulink
|
compiling Berkeley DB can be found in the BLFS Book at <ulink
|
||||||
url="&blfs-root;view/svn/server/databases.html#db"/>.
|
url="&blfs-root;view/svn/server/databases.html#db"/>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>patch -Np1 -i ../&iproute2-remove_db-patch;</userinput></screen>
|
<screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare IPRoute2 for compilation:</para>
|
<para>Prepare IPRoute2 for compilation:</para>
|
||||||
<screen><userinput>./configure </userinput></screen>
|
<screen><userinput>./configure </userinput></screen>
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
<!ENTITY inetutils-kernel_headers-patch "inetutils-&inetutils-version;-kernel_headers-1.patch">
|
<!ENTITY inetutils-kernel_headers-patch "inetutils-&inetutils-version;-kernel_headers-1.patch">
|
||||||
<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
|
<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
|
||||||
|
|
||||||
<!ENTITY iproute2-remove_db-patch "iproute2-&iproute2-patch-version;-remove_db-1.patch">
|
|
||||||
|
|
||||||
<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-2.patch">
|
<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-2.patch">
|
||||||
|
|
||||||
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
|
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
|
||||||
|
Loading…
Reference in New Issue
Block a user