qtwebengine: Update build fixes patch to allow building on systems where libxml2 is built without ICU support.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24394 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2021-03-23 18:08:57 +00:00
parent 756a787f17
commit a2c3f1d361
2 changed files with 7 additions and 2 deletions

View File

@ -44,6 +44,11 @@
<listitem>
<para>March 23nd, 2021</para>
<itemizedlist>
<listitem>
<para>[renodr] - Modify the qtwebengine patch to fix a build failure
when building on a system with libxml2 that was built before ICU
was installed.</para>
</listitem>
<listitem>
<para>[xry111] - Add packages and instructions for booting on UEFI
based system.

View File

@ -171,7 +171,7 @@
<!-- keep links for releases and git versions as a reminder
that the tarball names names differ
<ulink url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-2.patch"/> -->
<ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-build_fixes-1.patch"/>
<ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-build_fixes-2.patch"/>
</para>
</listitem>
</itemizedlist>
@ -247,7 +247,7 @@
Now apply a patch to fix several issues that can prevent the build working:
</para>
<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-1.patch</userinput></screen>
<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-2.patch</userinput></screen>
<!-- start of commands for git versions only -->
<para>