mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
5d7ee33782
commit
43e64a4a4f
@ -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>
|
||||
|
@ -137,7 +137,8 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./bootstrap &&
|
||||
<screen><userinput>rm -rf libltdl &&
|
||||
./bootstrap &&
|
||||
./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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user