mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
f84ac7e7d9
commit
f9dcd750ac
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user