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 @@ - - + +