Changeset 93343b6 for pst/printing


Ignore:
Timestamp:
09/02/2013 06:10:49 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ee835cc
Parents:
745db80
Message:

LFS 7.4 tags
Ensure gcc is used for cups

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    r745db80 r93343b6  
    8888    <para role="recommended">
    8989      <xref linkend="colord"/>,
    90       <xref linkend="dbus"/> and
     90      <xref linkend="dbus"/>, and
    9191      <xref linkend="libusb"/>
    9292    </para>
     
    103103      <xref linkend="openjdk"/>,
    104104      <xref linkend="php"/>,
    105       <xref linkend="python2"/> and
     105      <xref linkend="python2"/>, and
    106106      <xref linkend="xdg-utils"/>
    107107    </para>
     
    221221aclocal -I config-scripts &amp;&amp;
    222222autoconf -I config-scripts &amp;&amp;
    223 ./configure --libdir=/usr/lib \
    224             --with-rcdir=/tmp/cupsinit \
     223
     224CC=gcc \             
     225./configure --libdir=/usr/lib                 \
     226            --with-rcdir=/tmp/cupsinit        \
    225227            --with-docdir=/usr/share/cups/doc \
    226             --with-system-groups=lpadmin &amp;&amp;
     228            --with-system-groups=lpadmin      &amp;&amp;
    227229make</userinput></screen>
    228230
     
    264266  <sect2 role="commands">
    265267    <title>Command Explanations</title>
     268
     269    <para>
     270      <envar>CC=gcc</envar>: This environment variable ensures that gcc
     271      is used if clang is installed.  The build fails with the clang compiler.
     272    </para>
    266273
    267274    <para>
Note: See TracChangeset for help on using the changeset viewer.