diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-29 16:10:39 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-29 16:10:39 +0000 |
commit | 71b00733c426648a5f26a41d9db1ea3e9eac6422 (patch) | |
tree | f91347e4c8225113ae1122a34434daf5e80417d2 /chapter06/groff-inst.xml | |
parent | 0a54a20eca45730ab6d72909ffaf6d7c605c8d85 (diff) |
CXXFLAGS="-Dstrerror=strerror $CXXFLAGS" isn't necesarry anymore with
the update in groff-1.17.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@737 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/groff-inst.xml')
-rw-r--r-- | chapter06/groff-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/groff-inst.xml b/chapter06/groff-inst.xml index 1bdbfd3fa..03857f25e 100644 --- a/chapter06/groff-inst.xml +++ b/chapter06/groff-inst.xml @@ -6,8 +6,8 @@ Install Groff by running the following commands: </para> <blockquote><literallayout> - <userinput>CXXFLAGS="-Dstrerror=strerror $CXXFLAGS" ./configure - --prefix=/usr &&</userinput> + <userinput>./configure --prefix=/usr && + </userinput> <userinput>make &&</userinput> <userinput>make install</userinput> </literallayout></blockquote> |