From 09d0e596f9e68470b28ef4d5e77efba15eefa657 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 11 Jan 2012 22:39:06 +0000 Subject: Remove Libnl as IPRoute2 doesn't need it. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06/iproute2.xml') 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 + Remove references to some Libnl headers that are not required by + IPRoute2: + +sed -i -e '/netlink\//d' ip/ipl2tp.c + Compile the package: make DESTDIR= -- cgit v1.2.3-54-g00ecf