Author: renodr
Date: Sat Aug 10 17:58:10 2019
New Revision: 21927

Log:
Fix CUPS build error with kernel 5.2+ headers

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/printing/cups.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Aug 10 10:07:59 2019        (r21926)
+++ trunk/BOOK/general.ent      Sat Aug 10 17:58:10 2019        (r21927)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "09">                   <!-- Always 2 digits -->
+<!ENTITY day          "10">                   <!-- Always 2 digits -->
 <!ENTITY month        "08">                   <!-- Always 2 digits -->
 <!ENTITY year         "2019">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "August 9th, &year;">
+<!ENTITY releasedate  "August 10th, &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       Sat Aug 10 10:07:59 
2019        (r21926)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Aug 10 17:58:10 
2019        (r21927)
@@ -41,6 +41,17 @@
       </itemizedlist>
     </listitem>
        -->
+
+    <listitem>
+      <para>August 10th, 2019</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Fix CUPS build with kernel 5.2+ headers. Thanks goes
+          to Jean for the report.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>August 9th, 2019</para>
       <itemizedlist>

Modified: trunk/BOOK/pst/printing/cups.xml
==============================================================================
--- trunk/BOOK/pst/printing/cups.xml    Sat Aug 10 10:07:59 2019        (r21926)
+++ trunk/BOOK/pst/printing/cups.xml    Sat Aug 10 17:58:10 2019        (r21927)
@@ -222,6 +222,7 @@
 
 <screen revision="systemd"><userinput>sed -i 's:555:755:g;s:444:644:g' 
Makedefs.in                         &amp;&amp;
 sed -i '/MAN.EXT/s:.gz::g' configure config-scripts/cups-manpages.m4 &amp;&amp;
+sed -i '/stat.h/a #include &lt;asm-generic/ioctls.h&gt;' test/ipptool.c 
&amp;&amp;
 
 aclocal  -I config-scripts &amp;&amp;
 autoconf -I config-scripts &amp;&amp;
@@ -273,16 +274,11 @@
       <command>sed ... cups-manpages.m4</command>: This sed prevents
       compression of the man pages by default.
     </para>
-<!--
+
     <para>
-      <command>sed ... cups-ssl.m4</command>: Prevent
-      <command>configure</command> script from searching
-      <command>libgcrypt-config</command>, because
-      <application>libgcrypt</application> is not used anywere else in the
-      package.
+      <command>sed ... test/ipptool.c</command>: This sed fixes a bug caused
+      by Linux-5.2+ changing the user-space API for sockets.
     </para>
-    No longer appears to be used. -renodr
--->
 
     <para>
       <envar>CC=gcc</envar>: This environment variable ensures that gcc is 
used,
-- 
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