mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Fix building libsoup2 with libxml2-2.12.0.
Thanks goes to Joe Locash for the report
This commit is contained in:
parent
978886d8d2
commit
311f431d1e
@ -39,8 +39,12 @@
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>November 21st, 2023</para>
|
||||
<para>November 22nd, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Fix building libsoup2 with libxml2-2.12.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;18902">#18902</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to libaom-3.7.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;18897">#18897</ulink>.</para>
|
||||
|
@ -127,14 +127,13 @@
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libsoup</title>
|
||||
<!--
|
||||
|
||||
<para>
|
||||
First, fix a problem in the test suite caused by
|
||||
<xref role="nodep" linkend="glib-networking"/>:
|
||||
First, fix a build failure caused by libxml2-2.12.x:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../libsoup-&libsoup-version;-testsuite_fix-1.patch</userinput></screen>
|
||||
-->
|
||||
<screen><userinput remap="pre">sed -i '/tree/a #include <libxml/parser.h>' libsoup/soup-xmlrpc*.c</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>libsoup</application> by running the following
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user