From f76a52e8a08cebcd54c7d5f8de3ce112e43c0fed Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 7 Jun 2012 20:08:36 +0000 Subject: Remove now unnecessary --disable-perl-regexp from chapter 5's instructions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 12 ++++++++++++ chapter05/grep.xml | 16 +--------------- general.ent | 4 ++-- 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cc7e21ed6..a52b7148b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,18 @@ --> + + 2012-06-07 + + + [matthew] - Remove --disable-perl-regexp switch from chapter + 5's Grep instruction. It should be unnecessary now as there should + be no way for the host's libraries to leak through to the chapter 5 + toolchain. Thanks to Jeremy Huntwork for the report. + + + + 2012-06-06 diff --git a/chapter05/grep.xml b/chapter05/grep.xml index 2cfe6127e..2be213b6f 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -45,21 +45,7 @@ Prepare Grep for compilation: -./configure --prefix=/tools --disable-perl-regexp - - - The meaning of the configure switches: - - - --disable-perl-regexp - - This ensures that the grep program does - not get linked against a Perl Compatible Regular Expression (PCRE) - library that may be present on the host but will not be available - once we enter the chroot environment. - - - +./configure --prefix=/tools Compile the package: diff --git a/general.ent b/general.ent index 925cfbba4..1a92b27c7 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + -- cgit v1.2.3-54-g00ecf