aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-03-26 20:27:10 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-03-26 20:27:10 +0000
commitf3f4c6466cc433ba217e43b439dc2cb2769b77fa (patch)
tree10518f1da205d1602e962b56905df8e258a7557d /chapter06
parente77cfbf41aff45475d20fdfb5bfa00c630a36881 (diff)
Upgrade to IPRoute2-3.3.0. Fixes #3043.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/iproute2.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 169054a3b..715db1d5f 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -53,11 +53,6 @@
sed -i /ARPD/d Makefile
rm man/man8/arpd.8</userinput></screen>
- <para>Remove references to some Libnl headers that are not required by
- IPRoute2:</para>
-
-<screen><userinput remap="pre">sed -i -e '/netlink\//d' ip/ipl2tp.c</userinput></screen>
-
<para>Compile the package:</para>
<screen><userinput remap="make">make DESTDIR=</userinput></screen>