From bf10add2f2e1b9f738398b303cae53cbc87f1d56 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 5 Dec 2011 21:59:39 +0000 Subject: Prevent some arpd artefacts from being installed by IPRoute2. Fixes #2977. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'chapter06/iproute2.xml') diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 051483fb7..4a95145f7 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -43,13 +43,15 @@ 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 sed command below. If the - arpd binary is needed, instructions for compiling - Berkeley DB can be found in the BLFS Book at - . + 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 . -sed -i '/^TARGETS/s@arpd@@g' misc/Makefile +sed -i '/^TARGETS/s@arpd@@g' misc/Makefile +sed -i /ARPD/d Makefile +rm man/man8/arpd.8 Compile the package: @@ -80,7 +82,7 @@ Install the package: -make DESTDIR= SBINDIR=/sbin MANDIR=/usr/share/man \ +make DESTDIR= MANDIR=/usr/share/man \ DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install -- cgit v1.2.3-54-g00ecf