mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Removed --with-included-regex from chapter05/grep.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6083 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
92f4dc7c01
commit
a1ff26f083
@ -90,6 +90,10 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>June 21st, 2005 [archaic]: Removed --with-included-regex from
|
||||||
|
chapter05/grep since there seems to no longer be a valid reason to use it and
|
||||||
|
the explanation of it was incorrect.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>June 21st, 2005 [archaic]: Updated to findutils-4.2.23.
|
<listitem><para>June 21st, 2005 [archaic]: Updated to findutils-4.2.23.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<para>Prepare Grep for compilation:</para>
|
<para>Prepare Grep for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/tools \
|
<screen><userinput>./configure --prefix=/tools \
|
||||||
--disable-perl-regexp --with-included-regex</userinput></screen>
|
--disable-perl-regexp</userinput></screen>
|
||||||
|
|
||||||
<para>The meaning of the configure options:</para>
|
<para>The meaning of the configure options:</para>
|
||||||
|
|
||||||
@ -45,13 +45,6 @@ Expression (PCRE) library that may be present on the host and would
|
|||||||
not be available once we enter the chroot
|
not be available once we enter the chroot
|
||||||
environment.</para></listitem>
|
environment.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><parameter>--with-included-regex</parameter></term>
|
|
||||||
<listitem><para>This ensures that Grep uses its internal regular
|
|
||||||
expression code. Without this switch, Grep will use the code from
|
|
||||||
Glibc, which is known to be buggy.</para></listitem>
|
|
||||||
</varlistentry>
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user