Changeset 7081b02


Ignore:
Timestamp:
08/11/2019 12:58:10 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
5694241
Parents:
060c752c
Message:

Fix CUPS build error with kernel 5.2+ headers

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r060c752c r7081b02  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     3<!ENTITY day          "10">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 9th, &year;">
     9<!ENTITY releasedate  "August 10th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r060c752c r7081b02  
    4242    </listitem>
    4343       -->
     44
     45    <listitem>
     46      <para>August 10th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Fix CUPS build with kernel 5.2+ headers. Thanks goes
     50          to Jean for the report.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4455    <listitem>
    4556      <para>August 9th, 2019</para>
  • pst/printing/cups.xml

    r060c752c r7081b02  
    223223<screen revision="systemd"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in                         &amp;&amp;
    224224sed -i '/MAN.EXT/s:.gz::g' configure config-scripts/cups-manpages.m4 &amp;&amp;
     225sed -i '/stat.h/a #include &lt;asm-generic/ioctls.h&gt;' test/ipptool.c &amp;&amp;
    225226
    226227aclocal  -I config-scripts &amp;&amp;
     
    274275      compression of the man pages by default.
    275276    </para>
    276 <!--
    277     <para>
    278       <command>sed ... cups-ssl.m4</command>: Prevent
    279       <command>configure</command> script from searching
    280       <command>libgcrypt-config</command>, because
    281       <application>libgcrypt</application> is not used anywere else in the
    282       package.
    283     </para>
    284     No longer appears to be used. -renodr
    285 -->
     277
     278    <para>
     279      <command>sed ... test/ipptool.c</command>: This sed fixes a bug caused
     280      by Linux-5.2+ changing the user-space API for sockets.
     281    </para>
    286282
    287283    <para>
Note: See TracChangeset for help on using the changeset viewer.