Changeset 62c6ab79 for general/genlib


Ignore:
Timestamp:
08/12/2021 09:13:45 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
decb4415
Parents:
7f142f7
Message:

Update to node.js v14.17.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r7f142f7 r62c6ab79  
    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        "15f38c92b383f663ba0ba084aa4aa01f">
     9  <!ENTITY nodejs-md5sum        "8ec7b05141efe9de286a78506e116735">
    1010  <!ENTITY nodejs-size          "32 MB">
    11   <!ENTITY nodejs-buildsize     "748 MB">
    12   <!ENTITY nodejs-time          "11 SBU (using parallelism=4; add 2.3 SBU for tests)">
     11  <!ENTITY nodejs-buildsize     "751 MB">
     12  <!ENTITY nodejs-time          "11 SBU (using parallelism=4; add 2.6 SBU for tests)">
    1313]>
    1414
     
    136136    </para>
    137137
    138 <screen><userinput>./configure --prefix=/usr                  \
     138<screen><userinput>sed -i 's%ares_\(nameser.h\)%arpa/\1%' src/cares_wrap.h &amp;&amp;
     139./configure --prefix=/usr                  \
    139140            --shared-cares                 \
    140141            --shared-libuv                 \
     
    161162  <sect2 role="commands">
    162163    <title>Command Explanations</title>
     164
     165    <para>
     166      <parameter>sed -i 's%ares_\(nameser.h\)%arpa/\1%' ...</parameter>:
     167      This fixes building with the system version of c-ares.
     168    </para>
    163169
    164170    <para>
Note: See TracChangeset for help on using the changeset viewer.