Author: renodr
Date: Mon Jul 22 17:40:04 2019
New Revision: 21852

Log:
Add a fix for Qt5 regarding Linux API Headers changes

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/qt5.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Jul 21 21:42:18 2019        (r21851)
+++ trunk/BOOK/general.ent      Mon Jul 22 17:40:04 2019        (r21852)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "21">                   <!-- Always 2 digits -->
+<!ENTITY day          "22">                   <!-- Always 2 digits -->
 <!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2019">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "July 20st, &year;">
+<!ENTITY releasedate  "July 22nd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Jul 21 21:42:18 
2019        (r21851)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Jul 22 17:40:04 
2019        (r21852)
@@ -43,6 +43,16 @@
     -->
 
     <listitem>
+      <para>July 22nd, 2019</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Adapt Qt5 to API changes in the Linux Kernel 5.2+.
+          Fixes <ulink url="&blfs-ticket-root;12295">#12295</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+ 
+    <listitem>
       <para>July 21st, 2019</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/x/lib/qt5.xml
==============================================================================
--- trunk/BOOK/x/lib/qt5.xml    Sun Jul 21 21:42:18 2019        (r21851)
+++ trunk/BOOK/x/lib/qt5.xml    Mon Jul 22 17:40:04 2019        (r21852)
@@ -246,6 +246,12 @@
 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-upstream_fixes-1.patch 
&amp;&amp;</userinput></screen> 
 
     <para>
+      Next, fix an issue caused by changes in the Kernel API Headers:
+    </para>
+
+<screen><userinput remap="pre">sed -i 's/SIOCGSTAMP/0x8906/' \
+qtserialbus/src/plugins/canbus/socketcan/socketcanbackend.cpp</userinput></screen>
+    <para>
       Install <application>Qt5</application> by running the following commands:
     </para>
 <!--
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to