Changeset 1f02dd4


Ignore:
Timestamp:
08/13/2019 05:19:04 AM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
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:
5c1057d
Parents:
c716497
Message:

cups: use g++ instead of clang++ (for systemd)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    rc716497 r1f02dd4  
    229229autoconf -I config-scripts &amp;&amp;
    230230
    231 CC=gcc \
     231CC=gcc CXX=g++ \
    232232./configure --libdir=/usr/lib            \
    233233            --with-rcdir=/tmp/cupsinit   \
     
    283283
    284284    <para>
    285       <envar>CC=gcc</envar>: This environment variable ensures that gcc is used,
     285      <envar>CC=gcc CXX=g++</envar>: This environment variable ensures that gcc is used,
    286286      if clang is installed. Remove it, if you prefer to use clang. Using clang
    287287      almost doubles build time and slightly decreases build disk space.
Note: See TracChangeset for help on using the changeset viewer.