From f9dcd750acf26db36d01f8d784aa47b104d70759 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 24 Feb 2008 20:52:29 +0000 Subject: Add --libexecdir parameter to Man-DB's configure command. Fixes #2153. Also, remove the --enable-mb-groff parameter as the groff multibyte patch is detected automatically by configure now. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8492 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/man-db.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'chapter06/man-db.xml') diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 52de24fee..95ff83bc3 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -71,20 +71,11 @@ EOF Prepare Man-DB for compilation: -./configure --prefix=/usr --enable-mb-groff --disable-setuid +./configure --prefix=/usr --libexecdir=/usr/lib --disable-setuid The meaning of the configure options: - - --enable-mb-groff - - This tells the man program to use the - ascii8 and nippon Groff devices for - formatting non-ISO-8859-1 manual pages. - - - --disable-setuid -- cgit v1.2.3-54-g00ecf