Ignore:
Timestamp:
02/05/2019 01:57:49 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
2eaf505
Parents:
d60cd837
Message:

Merge to HEAD 21084.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    rd60cd837 r4d176c4f  
    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        "50d546a5653e35e30859d8d904e020e3">
     9  <!ENTITY nodejs-md5sum        "1cad7963255de53509bfa560221bdc88">
    1010  <!ENTITY nodejs-size          "19 MB">
    11   <!ENTITY nodejs-buildsize     "375 MB (add 33 MB for tests)">
    12   <!ENTITY nodejs-time          "5.2 SBU (using parallelism=4; add 1.5 SBU for tests)">
     11  <!ENTITY nodejs-buildsize     "426 MB (add 51 MB for tests)">
     12  <!ENTITY nodejs-time          "5.2 SBU (using parallelism=4; add 1.2 SBU for tests)">
    1313]>
    1414
     
    9292    <para role="recommended">
    9393      <xref linkend="c-ares"/>,
    94       <xref linkend="icu"/> and
    95       <xref linkend="libuv"/>
     94      <xref linkend="icu"/>,
     95      <xref linkend="libuv"/>, and
     96      <xref linkend="nghttp2"/>
    9697    </para>
    9798
     
    120121            --shared-cares                 \
    121122            --shared-libuv                 \
     123            --shared-nghttp2               \
    122124            --shared-openssl               \
    123125            --shared-zlib                  \
     
    144146    to build a local, minimal <application>icu</application> library).</para>
    145147
    146     <para><parameter>--shared-{cares,libuv,openssl,zlib}</parameter>: use the
    147     system installed libraries instead of local copies.</para>
     148    <para><parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
     149    use the system installed libraries instead of local copies.</para>
    148150
    149151    <para><option>--without-npm</option>: do not build
Note: See TracChangeset for help on using the changeset viewer.