Changeset 84b29ba


Ignore:
Timestamp:
10/31/2020 03:16:39 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
925dbb2a
Parents:
d514a90
Message:

Fix libxml2 build breakage when icu68 is used.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    rd514a90 r84b29ba  
    112112    <bridgehead renderas="sect4">Optional</bridgehead>
    113113    <para role="optional">
    114       <xref linkend="icu"/> and
     114      <xref linkend="icu"/> (see below) and
    115115      <xref linkend="valgrind"/> (may be used in the tests)
    116116    </para>
     
    143143
    144144<screen><userinput>sed -i 's/test.test/#&amp;/' python/tests/tstLastError.py</userinput></screen>
     145
     146    <para>
     147      If, and only if, you are using <xref linkend="icu"/>, fix a
     148      build breakage caused by that version by running the following command:
     149    </para>
     150
     151<screen><userinput>sed -i 's/ TRUE/ true/' encoding.c</userinput></screen>
    145152
    146153    <para>
  • introduction/welcome/changelog.xml

    rd514a90 r84b29ba  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Fix libxml2 build when ICU-68 is used.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[renodr] - Update to node.js-14.15.0. Fixes
    4952          <ulink url="&blfs-ticket-root;14181">#14181</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.