Author: matthew
Date: 2008-02-24 13:52:29 -0700 (Sun, 24 Feb 2008)
New Revision: 8492

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/man-db.xml
Log:
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.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-02-24 20:33:53 UTC (rev 8491)
+++ trunk/BOOK/chapter01/changelog.xml  2008-02-24 20:52:29 UTC (rev 8492)
@@ -37,6 +37,20 @@
 -->
 
     <listitem>
+      <para>2008-02-24</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Add --libexecdir parameter to Man-db's configure
+          command so that <command>globbing</command> and
+          <command>manconv</command> are installed into /usr/libexec/man-db.
+          Fixes <ulink url="&lfs-ticket-root;2153">#2153</ulink>.  Also, remove
+          the --enable-mb-groff parameter, as this is now detected
+          automatically.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2008-02-19</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/man-db.xml
===================================================================
--- trunk/BOOK/chapter06/man-db.xml     2008-02-24 20:33:53 UTC (rev 8491)
+++ trunk/BOOK/chapter06/man-db.xml     2008-02-24 20:52:29 UTC (rev 8492)
@@ -71,21 +71,12 @@
 
     <para>Prepare Man-DB for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr 
--enable-mb-groff --disable-setuid</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr 
--libexecdir=/usr/lib --disable-setuid</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>
 
       <varlistentry>
-        <term><parameter>--enable-mb-groff</parameter></term>
-        <listitem>
-          <para>This tells the <command>man</command> program to use the
-          <quote>ascii8</quote> and <quote>nippon</quote> Groff devices for
-          formatting non-ISO-8859-1 manual pages.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
         <term><parameter>--disable-setuid</parameter></term>
         <listitem>
           <para>This disables making the <command>man</command> program setuid

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to