Fix building obconf-qt with libxml2-2.12.x.

This commit is contained in:
Bruce Dubbs 2023-11-28 11:04:18 -06:00
parent 3140ec1465
commit 2206de82e1
2 changed files with 14 additions and 1 deletions

View File

@ -41,6 +41,11 @@
<listitem>
<para>November 28th, 2023</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Fix building obconf-qt with libxml2-2.12.x.
Thanks to Joe Locash for the report and instructions. Fixes
<ulink url="&blfs-ticket-root;18923">#18923</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to Net-DNS-1.41 (Perl module). Fixes
<ulink url="&blfs-ticket-root;18926">#18926</ulink>.</para>

View File

@ -81,7 +81,15 @@
<title>Installation of obconf-qt</title>
<para>
Install <application>obconf-qt</application> by running the following
First, fix the package to build with <xref linkend="libxml2"/>:
</para>
<screen><userinput>sed -e '/iostream/a #include &lt;libxml/xmlsave.h&gt;' \
-e 's/xmlErrorPtr/const xmlError*/' \
-i src/obconf-qt.cpp</userinput></screen>
<para>
Now install <application>obconf-qt</application> by running the following
commands:
</para>