Ignore:
Timestamp:
04/29/2020 09:30:14 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
1ee8a3b
Parents:
7d85f2a
Message:

Update to Node.js-12.16.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r7d85f2a r57141410  
    77  <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
    88  <!ENTITY nodejs-download-ftp  " ">
    9   <!ENTITY nodejs-md5sum        "c0106dcdd1d688b6b478ebbad0f1f41e">
     9  <!ENTITY nodejs-md5sum        "3f23ba05c01f6f03170059057a7bd727">
    1010  <!ENTITY nodejs-size          "23 MB">
    11   <!ENTITY nodejs-buildsize     "676 MB (add 22 MB for tests)">
    12   <!ENTITY nodejs-time          "7.8 SBU (using parallelism=4; add 2.2 SBU for tests)">
     11  <!ENTITY nodejs-buildsize     "1.2 GB (add 21 MB for tests)">
     12  <!ENTITY nodejs-time          "9.4 SBU (using parallelism=4; add 2.6 SBU for tests)">
    1313  <!-- timing is significantly longer on a Ryzen -->
     14  <!-- Size increases are due to using internal ICU -->
    1415]>
    1516
     
    120121
    121122<screen><userinput>./configure --prefix=/usr                  \
     123            --download=icu                 \
    122124            --shared-cares                 \
    123125            --shared-libuv                 \
     
    125127            --shared-openssl               \
    126128            --shared-zlib                  \
    127             --with-intl=system-icu         &amp;&amp;
     129            --with-intl=full-icu           &amp;&amp;
    128130make</userinput></screen>
    129131
     
    148150    <title>Command Explanations</title>
    149151
    150     <para>
    151       <parameter>--with-intl=system-icu</parameter>: use the system version
     152    <!--
     153    <para>
     154      <parameter>- -with-intl=system-icu</parameter>: use the system version
    152155      of <application>icu</application>. Other values are
    153156      <option>full-icu</option> (to build a local, full
    154157      <application>icu</application> library) and <option>small-icu</option>
    155158      (to build a local, minimal <application>icu</application> library).
     159    </para>
     160    -->
     161
     162    <!-- These two options are due to using the internal ICU version.
     163         This prevents problems with ICU-67 -->
     164    <para>
     165      <parameter>--with-intl=full-icu</parameter>: This switch forces Node.js
     166      to use its internal version of ICU.
     167    </para>
     168
     169    <para>
     170      <parameter>--download=icu</parameter>: This switch downloads the version
     171      of ICU that is appropriate for this version of Node.js.
    156172    </para>
    157173
Note: See TracChangeset for help on using the changeset viewer.