aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/groff-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-06-20 04:43:00 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-06-20 04:43:00 +0000
commit84479a6efdd209444715c827c1c4e0d8b672ee1d (patch)
treee41a7257fe585501471116b98d00aaf2f63e4211 /chapter06/groff-inst.xml
parentdb6cd3f71a49ed39657a438d582a5edbcb7fdaa6 (diff)
Updated to current versions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/groff-inst.xml')
-rw-r--r--chapter06/groff-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/groff-inst.xml b/chapter06/groff-inst.xml
index 1bc083172..fba45efff 100644
--- a/chapter06/groff-inst.xml
+++ b/chapter06/groff-inst.xml
@@ -6,7 +6,8 @@ Install Groff by running the following commands:
</para>
<blockquote><literallayout>
- <userinput>./configure --prefix=/usr &amp;&amp;</userinput>
+ <userinput>CXXFLAGS=-Dstrerror=strerror ./configure --prefix=/usr
+ &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>