mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
fontforge: force bootstrap
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15448 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
79ae07c360
commit
8b5ccbac46
@ -47,6 +47,10 @@
|
||||
<listitem>
|
||||
<para>February 3rd, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - fontforge : force bootstrap to cope with
|
||||
current libtool, replaces removal of libltdl.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to bluez-5.28. Fixes
|
||||
<ulink url="&blfs-ticket-root;6104">#6104</ulink>.</para>
|
||||
|
@ -137,8 +137,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>rm -rf libltdl &&
|
||||
./bootstrap &&
|
||||
<screen><userinput>./bootstrap --force &&
|
||||
./configure --prefix=/usr \
|
||||
--enable-gtk2-use \
|
||||
--disable-static \
|
||||
@ -160,7 +159,7 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><option>rm -rf libltdl</option>: This prevents the
|
||||
<para><command>./bootstrap --force</command>: The force switch prevents the
|
||||
<command>bootstrap</command> command from failing if a recent version of
|
||||
<application>libtool</application> has been installed.</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user