Ignore:
Timestamp:
06/03/2020 02:32:26 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
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:
4450fcd7
Parents:
f518066
Message:

Update to nghttp2-1.41.0, and reinstate system nghttp2 for node.js

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    rf518066 r52e582c9  
    9393    <para role="recommended">
    9494      <xref linkend="c-ares"/>,
    95       <xref linkend="icu"/>, and
    96       <xref linkend="libuv"/>
    97      <!-- currently FTBFS with system nghttp2, g++ scope error
    98       <xref linkend="nghttp2"/>-->
     95      <xref linkend="icu"/>,
     96      <xref linkend="libuv"/>, and
     97      <xref linkend="nghttp2"/>
    9998    </para>
    10099
     
    119118      commands:
    120119    </para>
    121 <!-- with gcc-10.1 and v12.18.0, this fails to build with system nghttp2
    122             \-\-shared-nghttp2               \-->
    123120
    124121<screen><userinput>./configure --prefix=/usr                  \
     
    126123            --shared-libuv                 \
    127124            --shared-openssl               \
     125            --shared-nghttp2               \
    128126            --shared-zlib                  \
    129127            --with-intl=system-icu         &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.