Ignore:
Timestamp:
09/15/2014 07:23:10 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 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, krejzi/svn, 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:
b7068390
Parents:
cf24093
Message:

ICU-53.1: not anymore broken with clang++.
Revert 'add optional instructions for sqlite-tcl to SQLite-3.8.6'.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/icu.xml

    rcf24093 r985d9e0  
    9595
    9696<screen><userinput>cd source &amp;&amp;
    97 CXX=g++ ./configure --prefix=/usr &amp;&amp;
     97./configure --prefix=/usr &amp;&amp;
    9898make</userinput></screen>
    9999
     
    113113
    114114    <para>
    115       <envar>CXX=g++</envar>: This environment variable forces use of
    116       <command>g++</command> compiler since building with
    117       <command>clang++</command> is currently broken.
     115
     116      <envar>CXX=g++</envar>: If you prefer, this environment variable, used in
     117      the configure line, forces use of <command>g++</command> compiler insted
     118      of <command>clang++</command>, if the latter is installed.
     119
    118120    </para>
    119121
Note: See TracChangeset for help on using the changeset viewer.