From a52ecd02674d8e6da058a0e88fbffb7be2623623 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 11 Apr 2005 17:34:12 +0000 Subject: [PATCH] Ported r4885 and r4888 from trunk: Replaced IPRuote2 patch by a sed command git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 ++- chapter03/patches.xml | 7 ------- chapter06/iproute2.xml | 4 ++-- general.ent | 1 - 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2c99e395d..9d877923f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,7 +82,8 @@ first a summary, then a detailed log. -April 11, 2005 [manuel]: Mention bzip2's testsuite. +April 11, 2005 [manuel]: Mention bzip2's testsuite. +Replaced IPRuote2 patch by a sed command. April 6, 2005 [matt]: Move e2fsprogs sed command to before entering the build directory (Steffen R. Knollmann). diff --git a/chapter03/patches.xml b/chapter03/patches.xml index ddd4ae3d3..a4f22142b 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -92,13 +92,6 @@ needed to build an LFS system: - -IPRoute2 Disable DB Patch - 1 KB: - - - - - Mktemp Tempfile Patch - 3 KB: diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index dc7e5f7fc..cffc4ef83 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 diff --git a/general.ent b/general.ent index 5b3099dc3..9af19c39e 100644 --- a/general.ent +++ b/general.ent @@ -46,7 +46,6 @@ -