Changeset a2c3f1d3


Ignore:
Timestamp:
03/23/2021 06:08:57 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d5cc78a
Parents:
756a787
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r756a787 ra2c3f1d3  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Modify the qtwebengine patch to fix a build failure
     49          when building on a system with libxml2 that was built before ICU
     50          was installed.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[xry111] - Add packages and instructions for booting on UEFI
    4954          based system.
  • x/lib/qtwebengine.xml

    r756a787 ra2c3f1d3  
    172172               that the tarball names names differ
    173173          <ulink url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-2.patch"/> -->
    174           <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-build_fixes-1.patch"/>
     174          <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-build_fixes-2.patch"/>
    175175        </para>
    176176      </listitem>
     
    248248    </para>
    249249
    250 <screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-1.patch</userinput></screen>
     250<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-2.patch</userinput></screen>
    251251
    252252<!-- start of commands for git versions only -->
Note: See TracChangeset for help on using the changeset viewer.