From 71b00733c426648a5f26a41d9db1ea3e9eac6422 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 29 Jun 2001 16:10:39 +0000 Subject: [PATCH] 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 --- chapter06/groff-inst.xml | 4 ++-- 1 file 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:
- CXXFLAGS="-Dstrerror=strerror $CXXFLAGS" ./configure - --prefix=/usr && + ./configure --prefix=/usr && + make && make install