Changeset 15f7ec1 for networking


Ignore:
Timestamp:
11/22/2023 09:36:26 PM (5 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
1ba9c6f
Parents:
dcd5a063 (diff), 625040be (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libsoup.xml

    rdcd5a063 r15f7ec1  
    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.