mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
Remove the --enable-multibyte switch from Groff's configure command as it isn't required as of Groff-1.20.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8814 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0d16287199
commit
2fa7965ee3
@ -40,6 +40,11 @@
|
||||
<listitem>
|
||||
<para>2009-02-08</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Remove the "enable-multibyte" configure
|
||||
switch from Groff, which is not required following the upgrade to
|
||||
Groff-1.20.1. Thanks to Robert Connolly for the report.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Install sysklogd binaries to
|
||||
<filename class="directory">/sbin</filename> for FHS compatibility.
|
||||
|
@ -61,7 +61,7 @@
|
||||
|
||||
<para>Prepare Groff for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr --enable-multibyte</userinput></screen>
|
||||
<screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user