Changeset d4bafcc7 for x/lib


Ignore:
Timestamp:
02/10/2019 12:59:00 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.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:
d9519c23
Parents:
8944fff
Message:

Remove the qtwebengine patch, which is not needed anymore for 5.12.1, and
leads to errors on 64 bit

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    r8944fff rd4bafcc7  
    9696    </itemizedlist>
    9797
     98<!-- The patch is not needed anymore for 5.12.1
    9899    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    99100    <itemizedlist spacing="compact">
     
    105106      </listitem>
    106107    </itemizedlist>
    107 
     108-->
    108109    <bridgehead renderas="sect3">qtwebengine Dependencies</bridgehead>
    109110
     
    152153
    153154    <para>
    154       Install <application>qtwebengine</application> by running the following
    155       commands:
    156     </para>
    157 
    158     <para>
    159155      First, ensure that the local headers are available when not building as
    160156      part of the complete <xref linkend="qt5"/>:
     
    174170<screen role="root"><userinput>mv -v ${QT5DIR}/lib/libQtWebEngineCore.so{,.old}</userinput></screen>
    175171
     172<!-- Not needed for 5.12.1
    176173    <para>
    177174      If you are building on a 32-bit i686 system, GCC changed the alignof
     
    182179
    183180<screen><userinput>patch -Np1 -i ../qtwebengine-&qtwebengine-version;-i686_alignof_fix-1.patch</userinput></screen>
     181-->
     182    <para>
     183      Install <application>qtwebengine</application> by running the following
     184      commands:
     185    </para>
    184186
    185187<screen><userinput>mkdir build &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.