Ignore:
Timestamp:
05/27/2020 10:55:18 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:
07d609b
Parents:
21552cf
Message:

Update to udisks-2.9.0
Update to libdrm-2.4.102
Update to node.js-12.17.0
Update to HTTP::Daemon-6.10 (Perl Module)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r21552cf rf4327ad9  
    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        "3f23ba05c01f6f03170059057a7bd727">
     9  <!ENTITY nodejs-md5sum        "337bec5ba5d31cc65f9bc5f5d4f9a565">
    1010  <!ENTITY nodejs-size          "23 MB">
    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)">
     11  <!ENTITY nodejs-buildsize     "677 MB (add 155 MB for tests)">
     12  <!ENTITY nodejs-time          "8.1 SBU (using parallelism=4; add 4.2 SBU for tests)">
    1313  <!-- timing is significantly longer on a Ryzen -->
    14   <!-- Size increases are due to using internal ICU -->
    1514]>
    1615
     
    9493    <para role="recommended">
    9594      <xref linkend="c-ares"/>,
    96       <!-- FIXME uncomment the icu dep when we are able to use system icu
    97       <xref linkend="icu"/>, -->
     95      <xref linkend="icu"/>,
    9896      <xref linkend="libuv"/>, and
    9997      <xref linkend="nghttp2"/>
     
    122120
    123121<screen><userinput>./configure --prefix=/usr                  \
    124             --download=icu                 \
    125122            --shared-cares                 \
    126123            --shared-libuv                 \
     
    128125            --shared-openssl               \
    129126            --shared-zlib                  \
    130             --with-intl=full-icu           &amp;&amp;
     127            --with-intl=system-icu         &amp;&amp;
    131128make</userinput></screen>
    132129
     
    151148    <title>Command Explanations</title>
    152149
    153     <!--
    154150    <para>
    155151      <parameter>- -with-intl=system-icu</parameter>: use the system version
     
    158154      <application>icu</application> library) and <option>small-icu</option>
    159155      (to build a local, minimal <application>icu</application> library).
    160     </para>
    161     -->
    162 
    163     <!-- These two options are due to using the internal ICU version.
    164          This prevents problems with ICU-67 -->
    165     <para>
    166       <parameter>--with-intl=full-icu</parameter>: This switch forces Node.js
    167       to use its internal version of ICU.
    168     </para>
    169 
    170     <para>
    171       <parameter>--download=icu</parameter>: This switch downloads the version
    172       of ICU that is appropriate for this version of Node.js.
    173156    </para>
    174157
Note: See TracChangeset for help on using the changeset viewer.