diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-10-02 20:07:42 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-10-02 20:07:42 +0000 |
commit | ce935eba242c518cad24c90d41e28e1b1748cc46 (patch) | |
tree | dc039f371d3f021fa903dca653a33409228a82b1 /chapter06 | |
parent | 1fe2de1cc955963d8f99563e1104a45ea392ac5a (diff) |
Upgrade to IPRoute2-3.6.0. Fixes #3196.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10014 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 e62a450b6..f2d259592 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -41,6 +41,11 @@ <sect2 role="installation"> <title>Installation of IPRoute2</title> + <para>Apply a patch to fix a compilation issue caused by the absence of the + iptables package:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&iproute2-ipset-patch;</userinput></screen> + <para>The <command>arpd</command> binary included in this package is dependent on Berkeley DB. Because <command>arpd</command> is not a very common requirement on a base Linux system, remove the dependency on Berkeley |