aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/iproute2.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-02-24 19:39:18 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-02-24 19:39:18 +0000
commitd65b365590773d484b2257869671e8f7626c1337 (patch)
tree8f99e437adeec4cb137d960530f173799daa3ee3 /chapter06/iproute2.xml
parent1c505834e90ba909004646bdb2035f3b44d0ed6e (diff)
Upgrade to IPRoute2-3.8.0. Fixes #3291.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r--chapter06/iproute2.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index b912ca4db..b10288014 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -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>