From 7a95c735c8e3bcd673a55b7268e78e5eb1a07a8e Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 27 Mar 2010 10:31:55 +0000 Subject: Upgrade to Grep-2.6.1. Fixes #2617. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/grep.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'chapter05/grep.xml') diff --git a/chapter05/grep.xml b/chapter05/grep.xml index 5a02861b3..eb50c9636 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -46,8 +46,7 @@ Prepare Grep for compilation: ./configure --prefix=/tools \ - --disable-perl-regexp \ - --without-included-regex + --disable-perl-regexp The meaning of the configure switches: @@ -61,15 +60,6 @@ once we enter the chroot environment. - - - --without-included-regex - - The configure check for Glibc's regex library is broken when - building against Glibc-&glibc-version;. This switch forces the use of - Glibc's regex library. - - Compile the package: -- cgit v1.2.3-54-g00ecf