Ignore:
Timestamp:
12/17/2017 07:21:17 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
e23dd212
Parents:
57e07f4
Message:

Update to node.js-9.3.0.
Update to icu-60.1.
Update to libgcrypt-1.8.2.
Update to ffmpeg-3.4.1.
Update to rpcsvc-proto-1.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r57e07f4 rce508efa  
    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        "bbbcf496412a5e62bb025e0dfe7975d5">
    10   <!ENTITY nodejs-size          "17 MB">
    11   <!ENTITY nodejs-buildsize     "315 MB">
     9  <!ENTITY nodejs-md5sum        "6a8767bc083d19de915e0097f7fd75cc">
     10  <!ENTITY nodejs-size          "18 MB">
     11  <!ENTITY nodejs-buildsize     "316 MB">
    1212  <!ENTITY nodejs-time          "3.7 SBU (using parallelism=4)">
    1313]>
     
    8383      <xref linkend="c-ares"/>,
    8484      <xref linkend="icu"/>, and
    85       <xref linkend="openssl10"/>
     85      <xref linkend="openssl"/>
    8686    </para>
    8787
     
    108108    </para>
    109109
    110 <screen><userinput>PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
    111     ./configure --prefix=/usr                  \
    112                 --shared-cares                 \
    113                 --shared-openssl               \
    114                 --shared-zlib                  \
    115                 --with-intl=system-icu         &amp;&amp;
     110<screen><userinput>./configure --prefix=/usr                  \
     111            --shared-cares                 \
     112            --shared-openssl               \
     113            --shared-zlib                  \
     114            --with-intl=system-icu         &amp;&amp;
    116115make</userinput></screen>
    117116
Note: See TracChangeset for help on using the changeset viewer.