diff options
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r-- | chapter06/iproute2.xml | 5 |
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> |