From 549cfcfe7ac0afc6676ff824027c1c3e03c8f0fd Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Sat, 7 Sep 2002 16:42:31 +0000 Subject: Added gzip patch, added re_max_failures2 to Textutils. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/textutils-inst.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/textutils-inst.xml b/chapter05/textutils-inst.xml index 4dd4c9606..675f8b609 100644 --- a/chapter05/textutils-inst.xml +++ b/chapter05/textutils-inst.xml @@ -3,7 +3,8 @@ Install Textutils by running the following commands: -./configure --prefix=$LFS/static \ +CPPFLAGS=-Dre_max_failures=re_max_failures2 \ +    ./configure --prefix=$LFS/static \     --disable-nls && make LDFLAGS=-static && make install -- cgit v1.2.3-54-g00ecf