fontforge: *really* fix it.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15594 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2015-03-01 21:21:35 +00:00
parent 848d7b1c28
commit d18e0d7cca
2 changed files with 11 additions and 5 deletions

View File

@ -47,6 +47,10 @@
<listitem> <listitem>
<para>March 1st, 2015</para> <para>March 1st, 2015</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[ken] - fontforge: my previous fix on Feb 3rd omitted one
command.</para>
</listitem>
<listitem> <listitem>
<para>[pierre] - Apply a patch to the modesetting driver <para>[pierre] - Apply a patch to the modesetting driver
code in Xorg-server, to allow running on 32 bit machine, and code in Xorg-server, to allow running on 32 bit machine, and

View File

@ -37,7 +37,7 @@
bitmap (bdf, FON, NFNT) fonts, or edit existing ones. bitmap (bdf, FON, NFNT) fonts, or edit existing ones.
</para> </para>
&lfs76_checked; &lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead> <bridgehead renderas="sect3">Package Information</bridgehead>
@ -137,7 +137,8 @@
commands: commands:
</para> </para>
<screen><userinput>./bootstrap --force &amp;&amp; <screen><userinput>rm -rf libltdl &amp;&amp;
./bootstrap --force &amp;&amp;
./configure --prefix=/usr \ ./configure --prefix=/usr \
--enable-gtk2-use \ --enable-gtk2-use \
--disable-static \ --disable-static \
@ -159,9 +160,10 @@ make</userinput></screen>
<sect2 role="commands"> <sect2 role="commands">
<title>Command Explanations</title> <title>Command Explanations</title>
<para><command>./bootstrap --force</command>: The force switch prevents the <para><command>rm -rf libltdl &amp;&amp; ./bootstrap --force</command>:
<command>bootstrap</command> command from failing if a recent version of These two commands work around the old version of libtool in the source,
<application>libtool</application> has been installed.</para> and the idiosyncracies of the bootstrap command, to allow it to build with
current libtool where some files have been renamed.</para>
</sect2> </sect2>