diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-27 10:31:55 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-27 10:31:55 +0000 |
commit | 7a95c735c8e3bcd673a55b7268e78e5eb1a07a8e (patch) | |
tree | c5a65fb2daafd5bb127513abad3101eca32ef2aa /chapter05 | |
parent | a68d8700259094c0cfa465c4525aaebbb926d1b2 (diff) |
Upgrade to Grep-2.6.1. Fixes #2617.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/grep.xml | 12 |
1 files changed, 1 insertions, 11 deletions
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 @@ <para>Prepare Grep for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools \ - --disable-perl-regexp \ - --without-included-regex</userinput></screen> + --disable-perl-regexp</userinput></screen> <variablelist> <title>The meaning of the configure switches:</title> @@ -61,15 +60,6 @@ once we enter the <command>chroot</command> environment.</para> </listitem> </varlistentry> - - <varlistentry> - <term><parameter>--without-included-regex</parameter></term> - <listitem> - <para>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.</para> - </listitem> - </varlistentry> </variablelist> <para>Compile the package:</para> |