diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-07-12 23:05:15 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-07-12 23:05:15 +0000 |
commit | be1de8ee9927be31c3b400ebcfec764c97cf571d (patch) | |
tree | 930fdf91203b8a768f663a3cbf1455a1d578dd61 /chapter06/iproute2.xml | |
parent | 0aa478257ae7bc6c73d3e1a26dec4495e6996e6b (diff) |
Update to iproute2-4.1.1.
Update to file-5.24.
Update to linux-4.1.2.
Update to gettext-0.19.5.
Fix a warning in the installed automake perl script.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10925 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |