From 2bb74dee4f46f6552721a9af4a4d40dc30e95ab5 Mon Sep 17 00:00:00 2001 From: Archaic Date: Tue, 21 Jun 2005 14:17:17 +0000 Subject: [PATCH] Removed --with-included-regex from chapter05/grep. (merged from trunk r6083) git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter05/grep.xml | 9 +-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cd0cf7647..d303251f0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -86,6 +86,10 @@ First a summary, then a detailed log. +June 21st, 2005 [archaic]: Removed --with-included-regex from +chapter05/grep since there seems to no longer be a valid reason to use it and +the explanation of it was incorrect. + June 21st, 2005 [archaic]: Updated to findutils-4.2.23. diff --git a/chapter05/grep.xml b/chapter05/grep.xml index e2fb4d2b3..074ebca12 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -30,7 +30,7 @@ Prepare Grep for compilation: ./configure --prefix=/tools \ - --disable-perl-regexp --with-included-regex + --disable-perl-regexp The meaning of the configure options: @@ -43,13 +43,6 @@ Expression (PCRE) library that may be present on the host and would not be available once we enter the chroot environment. - - ---with-included-regex -This ensures that Grep uses its internal regular -expression code. Without this switch, Grep will use the code from -Glibc, which is known to be buggy. - Compile the package: