Ignore:
Timestamp:
11/16/2014 07:13:46 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
54103ae
Parents:
95d49d5e
Message:

Add a sed to Cups commands, to fix a bug which occurs when avahi is not present

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    r95d49d5e ra090d8b  
    219219       configure config-scripts/cups-manpages.m4       &amp;&amp;
    220220sed -i '/LIBGCRYPTCONFIG/d' config-scripts/cups-ssl.m4 &amp;&amp;
     221sed -i 's@else /\* HAVE_AVAHI \*/@elif defined(HAVE_AVAHI)@' \
     222       test/ippserver.c                                &amp;&amp;
    221223
    222224aclocal  -I config-scripts &amp;&amp;
     
    294296      <application>libgcrypt</application> is not used anywere else in the
    295297      package.
     298    </para>
     299
     300    <para>
     301      <command>sed ... test/ippserver.c</command>: This sed fixes a bug,
     302      which shows up when <application>avahi</application> is not present.
    296303    </para>
    297304
Note: See TracChangeset for help on using the changeset viewer.