Ignore:
Timestamp:
11/17/2023 06:38:40 PM (7 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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.