Author: matthew
Date: Sun Feb 24 11:39:18 2013
New Revision: 10168

Log:
Upgrade to IPRoute2-3.8.0. Fixes #3291.

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/iproute2.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Sun Feb 24 11:38:51 2013        (r10167)
+++ trunk/BOOK/chapter01/changelog.xml  Sun Feb 24 11:39:18 2013        (r10168)
@@ -40,6 +40,10 @@
       <para>2013-02-24</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Upgrade to IPRoute2-3.8.0.  Fixes
+          <ulink url="&lfs-ticket-root;3291">#3291</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgrade to Linux-3.8.  Fixes
           <ulink url="&lfs-ticket-root;3290">#3290</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter06/iproute2.xml
==============================================================================
--- trunk/BOOK/chapter06/iproute2.xml   Sun Feb 24 11:38:51 2013        (r10167)
+++ trunk/BOOK/chapter06/iproute2.xml   Sun Feb 24 11:39:18 2013        (r10168)
@@ -53,6 +53,9 @@
 sed -i /ARPD/d Makefile
 sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
 
+    <para>Remove a compiler flag that causes the compilation to fail:</para>
+<screen><userinput remap="pre">sed -i 's/-Werror//' 
Makefile</userinput></screen>
+
     <para>Compile the package:</para>
 
 <screen><userinput remap="make">make DESTDIR=</userinput></screen>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sun Feb 24 11:38:51 2013        (r10167)
+++ trunk/BOOK/packages.ent     Sun Feb 24 11:39:18 2013        (r10168)
@@ -270,10 +270,10 @@
 <!ENTITY inetutils-ch6-du "27 MB">
 <!ENTITY inetutils-ch6-sbu "0.4 SBU">
 
-<!ENTITY iproute2-version "3.7.0">
-<!ENTITY iproute2-size "391 KB">
+<!ENTITY iproute2-version "3.8.0">
+<!ENTITY iproute2-size "398 KB">
 <!ENTITY iproute2-url 
"&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
-<!ENTITY iproute2-md5 "b07241b267036de9a79ca5b69acf8593">
+<!ENTITY iproute2-md5 "951622fd770428116dc165acba375414">
 <!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
 <!ENTITY iproute2-ch6-du "7.3 MB">
 <!ENTITY iproute2-ch6-sbu "0.1 SBU">
-- 
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