|
@@ -46,10 +46,11 @@
|
|
|
<para>Prepare Grep for compilation:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/tools \
|
|
|
- --disable-perl-regexp</userinput></screen>
|
|
|
+ --disable-perl-regexp \
|
|
|
+ --without-included-regex</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
|
- <title>The meaning of the configure option:</title>
|
|
|
+ <title>The meaning of the configure switches:</title>
|
|
|
|
|
|
<varlistentry>
|
|
|
<term><parameter>--disable-perl-regexp</parameter></term>
|
|
@@ -61,6 +62,14 @@
|
|
|
</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-2.8. This switch forces the use of glibc's
|
|
|
+ regex library.</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
</variablelist>
|
|
|
|
|
|
<para>Compile the package:</para>
|