Changeset 311f431 for networking


Ignore:
Timestamp:
11/22/2023 07:21:56 PM (5 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:
625040be
Parents:
978886d8
Message:

Fix building libsoup2 with libxml2-2.12.0.

Thanks goes to Joe Locash for the report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libsoup.xml

    r978886d8 r311f431  
    128128  <sect2 role="installation">
    129129    <title>Installation of libsoup</title>
    130 <!--
    131     <para>
    132       First, fix a problem in the test suite caused by
    133       <xref role="nodep" linkend="glib-networking"/>:
    134     </para>
    135 
    136 <screen><userinput remap="pre">patch -Np1 -i ../libsoup-&libsoup-version;-testsuite_fix-1.patch</userinput></screen>
    137 -->
     130
     131    <para>
     132      First, fix a build failure caused by libxml2-2.12.x:
     133    </para>
     134
     135<screen><userinput remap="pre">sed -i '/tree/a #include &lt;libxml/parser.h&gt;' libsoup/soup-xmlrpc*.c</userinput></screen>
     136
    138137    <para>
    139138      Install <application>libsoup</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.