diff options
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r-- | chapter06/iproute2.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index db4ab098b..9d286210f 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -58,13 +58,15 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen> <screen><userinput remap="pre">sed -i 's/-Werror//' Makefile</userinput></screen> --> +<!-- + <para>Do not build the unneeded tipc program. Transparent Inter-process Communication (TIPC) is a network communications protocol for Inter-process communication (IPC) that was designed for intra-cluster communication.</para> <screen><userinput remap="pre">sed -i 's/tipc //' Makefile</userinput></screen> - +--> <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> |