aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/iproute2.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-04-05 02:00:44 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-04-05 02:00:44 +0000
commit6934b62fcfd219a322c17abf4b18a0663d4f3ed9 (patch)
tree32e5d978d67d2346399fc912ce73664f58d81844 /chapter06/iproute2.xml
parent5d65ab9154a8817af5c4c00c19af8a2a37befa0d (diff)
Update to linux-4.5.
Update to grep-2.24. Update to expat-2.1.1. Update to tzdata-2016c. Update to iproute2-4.5.0. Update to man-pages-4.05. Update to gzip-1.7. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r--chapter06/iproute2.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index d65e23e53..f27e9099d 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -54,6 +54,11 @@
sed -i 's/arpd.8//' man/man8/Makefile
rm -v doc/arpd.sgml</userinput></screen>
+ <para>It is also necessary to disable building one module that
+ requires <ulink url="&blfs-book;postlfs/iptables.html"/>.</para>
+
+<screen><userinput remap="pre">sed -i 's/m_ipt.o//' tc/Makefile</userinput></screen>
+
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>