Changeset 8b5ccba


Ignore:
Timestamp:
02/03/2015 07:31:01 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6e5b442f
Parents:
79ae07c
Message:

fontforge: force bootstrap

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15448 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r79ae07c r8b5ccba  
    4848      <para>February 3rd, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - fontforge : force bootstrap to cope with
     52          current libtool, replaces removal of libltdl.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[bdubbs] - Update to bluez-5.28. Fixes
  • xsoft/other/fontforge.xml

    r79ae07c r8b5ccba  
    138138    </para>
    139139
    140 <screen><userinput>rm -rf libltdl &amp;&amp;
    141 ./bootstrap    &amp;&amp;
     140<screen><userinput>./bootstrap --force &amp;&amp;
    142141./configure --prefix=/usr     \
    143142            --enable-gtk2-use \
     
    161160    <title>Command Explanations</title>
    162161
    163     <para><option>rm -rf libltdl</option>: This prevents the
     162    <para><command>./bootstrap --force</command>: The force switch prevents the
    164163    <command>bootstrap</command> command from failing if a recent version of
    165164    <application>libtool</application> has been installed.</para>
Note: See TracChangeset for help on using the changeset viewer.