mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-10 07:59:38 +00:00
Removed --with-included-regex from chapter6's grep since it is less reliable than glibc's in non-C locales. (merged from trunk r5962)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
5a553316f3
commit
4589f5fde6
@ -84,6 +84,10 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>June 14th, 2005 [archaic]: Removed --with-included-regex from
|
||||
chapter6's grep since it is less reliable than glibc's in non-C locales.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>June 14th, 2005 [archaic]: Removed references to separate gcc
|
||||
tarballs (gcc-core, gcc-g++, etc.)</para></listitem>
|
||||
|
||||
|
@ -30,7 +30,7 @@ Diffutils, GCC, Gettext, Glibc, Make, Sed, and Texinfo</seg></seglistitem>
|
||||
|
||||
<para>Prepare Grep for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --bindir=/bin --with-included-regex</userinput></screen>
|
||||
<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user