Changeset 627d60b3 for x


Ignore:
Timestamp:
08/13/2020 03:00:39 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 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:
0335997
Parents:
f0bedadb
Message:

Fix qtwebengine build with current bison, thanks to Marty Jack.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23510 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    rf0bedadb r627d60b3  
    101101        <para>
    102102          Required patch:
    103           <ulink url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-consolidated_fixes-1.patch"/>
     103          <ulink url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-consolidated_fixes-2.patch"/>
    104104        </para>
    105105      </listitem>
     
    162162
    163163    <para>
    164       Next, apply a patch that fixes issues when using gcc-10 and enables using
    165       system ICU version 67.1 or greater.
    166     </para>
    167 
    168 <screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-everywhere-src-&qtwebengine-version;-consolidated_fixes-1.patch</userinput></screen>
     164      Next, apply a patch that fixes issues when using gcc-10 and current bison
     165      and also enables using system ICU version 67.1 or greater.
     166    </para>
     167
     168<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-everywhere-src-&qtwebengine-version;-consolidated_fixes-2.patch</userinput></screen>
    169169
    170170    <para>
Note: See TracChangeset for help on using the changeset viewer.