Author: jim
Date: 2005-04-06 17:16:50 -0600 (Wed, 06 Apr 2005)
New Revision: 4883

Modified:
   branches/multi-arch/BOOK/chapter01/changelog.xml
   branches/multi-arch/BOOK/chapter03/patches.xml
   branches/multi-arch/BOOK/chapter06/iproute2.xml
Log:
Removed: iproute2 db patch, replaced with a sed

Modified: branches/multi-arch/BOOK/chapter01/changelog.xml
===================================================================
--- branches/multi-arch/BOOK/chapter01/changelog.xml    2005-04-06 23:07:44 UTC 
(rev 4882)
+++ branches/multi-arch/BOOK/chapter01/changelog.xml    2005-04-06 23:16:50 UTC 
(rev 4883)
@@ -77,12 +77,21 @@
 <listitem><para>Removed:</para>
 <itemizedlist>
 <listitem><para>Arch: All - udev-config-2.permissions</para></listitem>
+<listitem><para>Arch: All - 
iproute2-2.6.11-050330-remove_db-1.patch</para></listitem>
 </itemizedlist>
 </listitem>
 
 <listitem><para>Changelog Entries:</para>
 
 <itemizedlist>
+<listitem><para>April 6, 2005 [jim]</para>
+<itemizedlist>
+<listitem><para>Removed: Arch: All - Removed the Iproute2 patch and replaced 
with sed (Ryan Oliver).</para></listitem>
+</itemizedlist>
+</listitem>
+</itemizedlist>
+
+<itemizedlist>
 <listitem><para>April 6, 2005 [matt]</para>
 <itemizedlist>
 <listitem><para>Fixed: Arch: All - Move e2fsprogs sed command to before        
entering the build directory (Steffen R. Knollmann).</para></listitem>

Modified: branches/multi-arch/BOOK/chapter03/patches.xml
===================================================================
--- branches/multi-arch/BOOK/chapter03/patches.xml      2005-04-06 23:07:44 UTC 
(rev 4882)
+++ branches/multi-arch/BOOK/chapter03/patches.xml      2005-04-06 23:16:50 UTC 
(rev 4883)
@@ -106,13 +106,6 @@
 </listitem>
 </varlistentry>
 
-<varlistentry>
-<term>IPRoute2 Disable DB Patch - 1 KB:</term>
-<listitem>
-<para><ulink 
url="&patches-root;iproute2/iproute2-&iproute2-patch-version;-remove_db-1.patch"/></para>
-</listitem>
-</varlistentry>
-
 <varlistentry arch="raq2">
 <term>Linux-libc-headers RaQ2 Patch - 1 KB:</term>
 <listitem>

Modified: branches/multi-arch/BOOK/chapter06/iproute2.xml
===================================================================
--- branches/multi-arch/BOOK/chapter06/iproute2.xml     2005-04-06 23:07:44 UTC 
(rev 4882)
+++ branches/multi-arch/BOOK/chapter06/iproute2.xml     2005-04-06 23:16:50 UTC 
(rev 4883)
@@ -34,18 +34,14 @@
     <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 sed 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/content/databases.html#db"/>.
     </para>
 
-    <screen><userinput>patch -Np1 -i 
../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen>
+    <screen><userinput>sed -i '/^TARGETS/[EMAIL PROTECTED]@@g' 
misc/Makefile</userinput></screen>
 
-    <para>This patch fixes a error calling constant htons during the build of 
iproute2.</para>
-
-    <screen><userinput>patch -Np1 -i 
../iproute2-&iproute2-patch-version;-htons_fix-1.patch</userinput></screen>
-
     <para>Prepare Iproute2 for compilation:</para>
     <screen><userinput>./configure </userinput></screen>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to