From fa21b3dc894b9964620968dfae6685d69ce89fb9 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Fri, 6 Jan 2006 01:59:08 +0000 Subject: Initial support of UTF-8. Thanks Alexander Patrakov. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/grep.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chapter06/grep.xml') diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 8322c6d45..f050a89a1 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -28,6 +28,16 @@ Diffutils, GCC, Gettext, Glibc, Make, Sed, and Texinfo Installation of Grep +The current Grep package has many bugs, especially in the support of +multibyte locales. RedHat fixed some of them with the following patch: + +patch -Np1 -i ../&grep-fixes-patch; + +In order for the tests added by this patch to pass, the permissions for +the test file have to be changed: + +chmod +x tests/fmbtest.sh + Prepare Grep for compilation: ./configure --prefix=/usr --bindir=/bin -- cgit v1.2.3-54-g00ecf