Bladeren bron

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
Matthew Burgess 17 jaren geleden
bovenliggende
commit
f9dcd750ac
2 gewijzigde bestanden met toevoegingen van 15 en 10 verwijderingen
  1. 14 0
      chapter01/changelog.xml
  2. 1 10
      chapter06/man-db.xml

+ 14 - 0
chapter01/changelog.xml

@@ -36,6 +36,20 @@
     </listitem>
 -->
 
+    <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>

+ 1 - 10
chapter06/man-db.xml

@@ -71,20 +71,11 @@ EOF</userinput></screen>
 
     <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>