diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9cf9f6601..084896a0c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,8 +82,7 @@ first a summary, then a detailed log. -April 11, 2005 [manuel]: Mention bzip2's testsuite. -Replaced IPRuote2 patch by a sed command. +April 11, 2005 [manuel]: Mention bzip2's testsuite. 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 a4f22142b..ddd4ae3d3 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -92,6 +92,13 @@ 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 cffc4ef83..dc7e5f7fc 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 sed command below. If + Berkeley DB by applying the patch using the command 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 + patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch Prepare IPRoute2 for compilation: ./configure diff --git a/general.ent b/general.ent index 9af19c39e..5b3099dc3 100644 --- a/general.ent +++ b/general.ent @@ -46,6 +46,7 @@ +