Author: ken
Date: Sun Feb 14 17:26:09 2021
New Revision: 24224

Log:
Patch QtWebEngine for breakage caused by glibc-2.33.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/qtwebengine.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Feb 14 14:36:35 
2021        (r24223)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Feb 14 17:26:09 
2021        (r24224)
@@ -45,6 +45,11 @@
      <para>February 14th, 2021</para>
      <itemizedlist>
        <listitem>
+         <para>[ken] - Patch QtWebEngine to fix breakage from glibc-2.33
+         which results in missing text in some websites in falkon. Fixes
+         <ulink url="&blfs-ticket-root;14661">#14661</ulink>.</para>
+       </listitem>
+       <listitem>
          <para>[renodr] - Update to libuv-1.41.0. Fixes
          <ulink url="&blfs-ticket-root;14654">#14654</ulink>.</para>
        </listitem>

Modified: trunk/BOOK/x/lib/qtwebengine.xml
==============================================================================
--- trunk/BOOK/x/lib/qtwebengine.xml    Sun Feb 14 14:36:35 2021        (r24223)
+++ trunk/BOOK/x/lib/qtwebengine.xml    Sun Feb 14 17:26:09 2021        (r24224)
@@ -103,6 +103,12 @@
           <ulink 
url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-2.patch"/>
         </para>
       </listitem>
+      <listitem>
+        <para>
+          Required patch:
+          <ulink 
url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-glibc233-1.patch"/>
+        </para>
+      </listitem>
     </itemizedlist>
 
     <bridgehead renderas="sect3">qtwebengine Dependencies</bridgehead>
@@ -166,6 +172,12 @@
 <screen><userinput remap="pre">patch -Np1 -i 
../qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-2.patch</userinput></screen>
 
     <para>
+      Now apply a patch to fix an issue introduced by glibc-2.33.
+    </para>
+
+<screen><userinput remap="pre">patch -Np1 -i 
../qtwebengine-everywhere-src-&qtwebengine-version;-glibc233-1.patch</userinput></screen>
+
+    <para>
       Next, allow the pulseaudio library to be linked at build time, instead
       of run time. This also prevents an issue with newer pulseaudio:
     </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to