Changeset 6c21b63d for x


Ignore:
Timestamp:
08/13/2018 02:10:39 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
01b6b15
Parents:
2a74e18
Message:

Glibc-2.28 broke the build of Qt5. Fix it.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r2a74e18 r6c21b63d  
    7979    </itemizedlist>
    8080
     81   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     82    <itemizedlist spacing='compact'>
     83      <listitem>
     84        <para>Required Patch: <ulink
     85        url="&patch-root;/qt-5.11.1-glibc228-1.patch"/></para>
     86      </listitem>
     87    </itemizedlist>
     88
    8189    <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
    8290
     
    192200      </para>
    193201    </caution>
     202
     203    <para>
     204      If your system is using glibc-2.28, apply the patch to exclude certain
     205      system headers and to avoid redefining two functions which are now in
     206      glibc :
     207    </para>
     208
     209<screen><userinput>patch -Np1 -i ../qt5-&qt5-version;-glibc228-1.patch</userinput></screen>
    194210
    195211    <note>
Note: See TracChangeset for help on using the changeset viewer.