|
@@ -45,21 +45,7 @@
|
|
|
|
|
|
<para>Prepare Grep for compilation:</para>
|
|
|
|
|
|
-<screen><userinput remap="configure">./configure --prefix=/tools --disable-perl-regexp</userinput></screen>
|
|
|
-
|
|
|
- <variablelist>
|
|
|
- <title>The meaning of the configure switches:</title>
|
|
|
-
|
|
|
- <varlistentry>
|
|
|
- <term><parameter>--disable-perl-regexp</parameter></term>
|
|
|
- <listitem>
|
|
|
- <para>This ensures that the <command>grep</command> program does
|
|
|
- not get linked against a Perl Compatible Regular Expression (PCRE)
|
|
|
- library that may be present on the host but will not be available
|
|
|
- once we enter the <command>chroot</command> environment.</para>
|
|
|
- </listitem>
|
|
|
- </varlistentry>
|
|
|
- </variablelist>
|
|
|
+<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|