Changeset 9b463b1


Ignore:
Timestamp:
08/11/2019 01:09:34 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
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:
e3b86fa
Parents:
5694241
Message:

Fix CUPS build error with kernel 5.2+ headers also for Sysv, and realign
double ampersands

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    r5694241 r9b463b1  
    209209<screen revision="sysv"><userinput>sed -i 's:444:644:' Makedefs.in                                     &amp;&amp;
    210210sed -i '/MAN.EXT/s:.gz::' configure config-scripts/cups-manpages.m4 &amp;&amp;
     211sed -i '/stat.h/a #include &lt;asm-generic/ioctls.h&gt;' test/ipptool.c   &amp;&amp;
    211212
    212213aclocal  -I config-scripts &amp;&amp;
     
    221222make</userinput></screen>
    222223
    223 <screen revision="systemd"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in                         &amp;&amp;
    224 sed -i '/MAN.EXT/s:.gz::g' configure config-scripts/cups-manpages.m4 &amp;&amp;
    225 sed -i '/stat.h/a #include &lt;asm-generic/ioctls.h&gt;' test/ipptool.c &amp;&amp;
     224<screen revision="systemd"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in                        &amp;&amp;
     225sed -i '/MAN.EXT/s:.gz::' configure config-scripts/cups-manpages.m4 &amp;&amp;
     226sed -i '/stat.h/a #include &lt;asm-generic/ioctls.h&gt;' test/ipptool.c   &amp;&amp;
    226227
    227228aclocal  -I config-scripts &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.