aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-07 16:42:31 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-07 16:42:31 +0000
commit549cfcfe7ac0afc6676ff824027c1c3e03c8f0fd (patch)
tree0f5ed649feb63483daef589f9d3d7067ec01e4b7 /chapter05
parent4bc6304e662f1ea1806a9828d85a0866f5751f8e (diff)
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
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/textutils-inst.xml3
1 files changed, 2 insertions, 1 deletions
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 @@
<para>Install Textutils by running the following commands:</para>
-<para><screen><userinput>./configure --prefix=$LFS/static \
+<para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
+&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-nls &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>