From 401da4c65edf45e3c43119d9e48516e3fb75d80f Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Wed, 6 Apr 2005 23:29:35 +0000 Subject: Removed IPRoute2 patch, replaced with sed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4885 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index dc7e5f7fc..aa5c03e70 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -34,13 +34,13 @@ 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 patch using the command below. If + 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 . - patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch + sed -i '/^TARGETS/s@arpd@@g' misc/Makefile Prepare IPRoute2 for compilation: ./configure -- cgit v1.2.3-54-g00ecf