Changeset 67ffe4e


Ignore:
Timestamp:
08/14/2021 08:31:51 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
8eb249e
Parents:
ab7470e
Message:

Update currnet qtwebengien to build and run on glibc-2.34.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rab7470e r67ffe4e  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>August 14th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>Update qtwebengine-20210401 to use build_fixes-4 patch for
     49          glibc-2.34. Please note that binutils-2.37 from LFS-dev needs the
     50          patch which is now in LFS.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4455    <listitem>
    4556      <para>August 13th, 2021</para>
  • x/lib/qtwebengine.xml

    rab7470e r67ffe4e  
    5757
    5858    <warning>
     59      <!-- FIXME : remove this para before we release 11.0 -->
     60      <para>
     61        <emphasis>If you are using a development version of LFS with binutils-2.37,
     62        you must rebuild binutils with the patch which is now in LFS, otherwise the
     63        build will eventually fail with a message 'error adding symbols: malformed
     64        archive'.</emphasis>
     65      </para>
     66 
    5967      <para>
    6068        QtWebEngine uses a forked copy of chromium, and is therefore vulnerable
     
    219227        <para>
    220228          Required patch:
    221           <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-build_fixes-3.patch"/>
     229          <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-build_fixes-4.patch"/>
    222230        </para>
    223231      </listitem>
     
    301309    </para>
    302310
    303 <screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-3.patch</userinput></screen>
     311<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-4.patch</userinput></screen>
    304312
    305313<!-- start of commands for git versions only -->
Note: See TracChangeset for help on using the changeset viewer.