Changeset 6c21b63d
- Timestamp:
- 08/13/2018 02:10:39 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 01b6b15
- Parents:
- 2a74e18
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r2a74e18 r6c21b63d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 0"> <!-- Always 2 digits -->3 <!ENTITY day "13"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 1 0th, &year;">9 <!ENTITY releasedate "August 13th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r2a74e18 r6c21b63d 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>August 13th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Patch Qt5 to build with glibc-2.28.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 44 53 <listitem> 45 54 <para>August 10th, 2018</para> -
x/lib/qt5.xml
r2a74e18 r6c21b63d 79 79 </itemizedlist> 80 80 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 81 89 <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead> 82 90 … … 192 200 </para> 193 201 </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> 194 210 195 211 <note>
Note:
See TracChangeset
for help on using the changeset viewer.