From e691c77d104a85344c76afc4bb6264a229d4c46d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 17 Jan 2016 18:13:59 +0000 Subject: Update to linux-4.4. Update to iproute2-4.4.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) (limited to 'chapter06') diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 9d286210f..d65e23e53 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -41,32 +41,19 @@ Installation of IPRoute2 - The arpd binary included in this package is - dependent on Berkeley DB. Because arpd is not a very - common requirement on a base Linux system, remove the dependency on Berkeley - DB by applying the commands below. If the arpd binary is - needed, instructions for compiling Berkeley DB can be found in the BLFS Book - at . + The arpd program included in this package will not + be built since it is dependent on Berkeley DB, which is not installed in + LFS. However, documentation files and a directory for + arpd will still be installed. Prevent this by running + the commands below. If the arpd binary is needed, + instructions for compiling Berkeley DB can be found in the BLFS Book at + . -sed -i '/^TARGETS/s@arpd@@g' misc/Makefile -sed -i /ARPD/d Makefile -sed -i 's/arpd.8//' man/man8/Makefile +sed -i /ARPD/d Makefile +sed -i 's/arpd.8//' man/man8/Makefile +rm -v doc/arpd.sgml - - Compile the package: make -- cgit v1.2.3-54-g00ecf