Changeset 7081b02 for pst


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.