Changeset f9dcd750


Ignore:
Timestamp:
02/24/2008 08:52:29 PM (16 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
10c9f9c
Parents:
f84ac7e
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf84ac7e rf9dcd750  
    3838
    3939    <listitem>
     40      <para>2008-02-24</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Add --libexecdir parameter to Man-db's configure
     44          command so that <command>globbing</command> and
     45          <command>manconv</command> are installed into /usr/libexec/man-db.
     46          Fixes <ulink url="&lfs-ticket-root;2153">#2153</ulink>.  Also, remove
     47          the --enable-mb-groff parameter, as this is now detected
     48          automatically.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4054      <para>2008-02-19</para>
    4155      <itemizedlist>
  • chapter06/man-db.xml

    rf84ac7e rf9dcd750  
    7272    <para>Prepare Man-DB for compilation:</para>
    7373
    74 <screen><userinput remap="configure">./configure --prefix=/usr --enable-mb-groff --disable-setuid</userinput></screen>
     74<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib --disable-setuid</userinput></screen>
    7575
    7676    <variablelist>
    7777      <title>The meaning of the configure options:</title>
    78 
    79       <varlistentry>
    80         <term><parameter>--enable-mb-groff</parameter></term>
    81         <listitem>
    82           <para>This tells the <command>man</command> program to use the
    83           <quote>ascii8</quote> and <quote>nippon</quote> Groff devices for
    84           formatting non-ISO-8859-1 manual pages.</para>
    85         </listitem>
    86       </varlistentry>
    8778
    8879      <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.