fontforge - fix build on current LFS-svn

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15199 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2014-12-13 00:16:59 +00:00
parent 5d7ee33782
commit 43e64a4a4f
2 changed files with 15 additions and 1 deletions

View File

@ -47,6 +47,10 @@
<listitem>
<para>December 12th, 2014</para>
<itemizedlist>
<listitem>
<para>[ken] - Use Armin's suggestion to fix fontforge's bootstrap
on current development systems.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to speex-1.2rc2. Fixes
<ulink url="&blfs-ticket-root;5920">#5920</ulink>.</para>

View File

@ -137,7 +137,8 @@
commands:
</para>
<screen><userinput>./bootstrap &amp;&amp;
<screen><userinput>rm -rf libltdl &amp;&amp;
./bootstrap &amp;&amp;
./configure --prefix=/usr \
--enable-gtk2-use \
--disable-static \
@ -156,6 +157,15 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>rm -rf libltdl</option>: This prevents the
<command>bootstrap</command> command from failing if a recent version of
<application>libtool</application> has been installed.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>