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 4a95145f7..5a69518e9 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -53,6 +53,11 @@ 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> |