Changeset 3521f4f for x


Ignore:
Timestamp:
08/14/2016 05:55:36 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
6693e21
Parents:
9d11b8a5
Message:

Patch qt5 - qtwebengine - to fix runtime breakage caused by glibc-2.24 now defining MADV_FREE.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r9d11b8a5 r3521f4f  
    7979    </itemizedlist>
    8080
     81    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     82    <itemizedlist spacing="compact">
     83      <listitem>
     84        <para>
     85          Required patch if building qtwebengine:
     86          <ulink url="&patch-root;/qt-&qt5-version;-qtwebengine_glibc224-1.patch"/>
     87        </para>
     88      </listitem>
     89    </itemizedlist>
     90
    8191    <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
    8292
     
    223233-examplesdir    /usr/share/doc/qt5/examples \</userinput></screen>
    224234    </note>
     235
     236    <para>
     237      If you are building qtwebengine, install the patch to fix runtime
     238      breakage in the chromium sandbox :
     239    </para>
     240
     241<screen><userinput>patch -Np1 -i ../qt-&qt5-version;-qtwebengine_glibc224-1.patch</userinput></screen>
    225242
    226243    <para>
Note: See TracChangeset for help on using the changeset viewer.