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:
Manuel Canales Esparcia 2005-10-23 10:41:08 +00:00
parent 241bb14b23
commit 218232badf
4 changed files with 4 additions and 12 deletions

View File

@ -44,7 +44,8 @@ First a summary, then a detailed log.</para>
<listitem><para>October 23, 2005 [manuel]: Added Bash documentation
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
current trunk version. Ported some redaction changes in preface and chapter01

View File

@ -133,13 +133,6 @@ needed to build an LFS system:</para>
</listitem>
</varlistentry>
<varlistentry>
<term>IPRoute2 Disable DB Patch - 1 KB:</term>
<listitem>
<para><ulink url="&patches-root;&iproute2-remove_db-patch;"/></para>
</listitem>
</varlistentry>
<varlistentry>
<term>Mktemp Tempfile Patch - 3 KB:</term>
<listitem>

View File

@ -34,13 +34,13 @@
<para>The <command>arpd</command> binary included in this package is
dependent on Berkeley DB. Because <command>arpd</command> is not a very
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
compiling Berkeley DB can be found in the BLFS Book at <ulink
url="&blfs-root;view/svn/server/databases.html#db"/>.
</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>
<screen><userinput>./configure </userinput></screen>

View File

@ -28,8 +28,6 @@
<!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 iproute2-remove_db-patch "iproute2-&iproute2-patch-version;-remove_db-1.patch">
<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-2.patch">
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">