Changeset 39113e7


Ignore:
Timestamp:
11/17/2023 06:38:40 PM (6 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
15dfef2
Parents:
c3f38243
Message:

Raptor2: Fix a build failure when libxml2-2.11.x is installed

Thanks goes to Joe Locash for the report

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/raptor.xml

    rc3f38243 r39113e7  
    9797  <sect2 role="installation">
    9898    <title>Installation of Raptor</title>
    99 <!--
     99
    100100    <para>
    101       First, apply a patch that fixes a couple of security issues:
     101      First, fix an incompatibility with libxml2-2.11.x:
    102102    </para>
    103103
    104 <screen><userinput remap="pre">patch -Np1 -i ../raptor-&raptor-version;-security_fixes-1.patch</userinput></screen>
    105 -->
     104<screen><userinput remap="pre">sed -i 's/20627/20627 \&amp;\&amp; LIBXML_VERSION &lt; 21100/' src/raptor_libxml.c</userinput></screen>
     105
    106106    <para>
    107107      Install <application>Raptor</application> by running the following
  • introduction/welcome/changelog.xml

    rc3f38243 r39113e7  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Fix a build failure in raptor2 when libxml2-2.11.x
     46          is installed. Thanks goes to Joe Locash for the report. Fixes
     47          <ulink url="&blfs-ticket-root;18872">#18872</ulink>.</para>
     48        </listitem>
     49        <listitem>
    4550          <para>[timtas] - Update to exim-4.97. Fixes
    4651          <ulink url="&blfs-ticket-root;18818">#18818</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.