Author: xry111
Date: Mon Aug 12 22:19:04 2019
New Revision: 21944

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

Modified:
   trunk/BOOK/pst/printing/cups.xml

Modified: trunk/BOOK/pst/printing/cups.xml
==============================================================================
--- trunk/BOOK/pst/printing/cups.xml    Mon Aug 12 20:04:51 2019        (r21943)
+++ trunk/BOOK/pst/printing/cups.xml    Mon Aug 12 22:19:04 2019        (r21944)
@@ -228,7 +228,7 @@
 aclocal  -I config-scripts &&
 autoconf -I config-scripts &&
 
-CC=gcc \
+CC=gcc CXX=g++ \
 ./configure --libdir=/usr/lib            \
             --with-rcdir=/tmp/cupsinit   \
             --with-system-groups=lpadmin \
@@ -282,7 +282,7 @@
     </para>
 
     <para>
-      <envar>CC=gcc</envar>: This environment variable ensures that gcc is 
used,
+      <envar>CC=gcc CXX=g++</envar>: This environment variable ensures that 
gcc is used,
       if clang is installed. Remove it, if you prefer to use clang. Using clang
       almost doubles build time and slightly decreases build disk space.
       Installed disk space is not appreciably modified.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to