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 --- chapter05/grep.xml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'chapter05') 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: -- cgit v1.2.3-54-g00ecf