|
@@ -32,7 +32,7 @@
|
|
|
<para>Prepare Grep for compilation:</para>
|
|
|
|
|
|
<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>
|
|
|
|
|
@@ -45,13 +45,6 @@ Expression (PCRE) library that may be present on the host and would
|
|
|
not be available once we enter the chroot
|
|
|
environment.</para></listitem>
|
|
|
</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>
|
|
|
|
|
|
<para>Compile the package:</para>
|