Ignore:
Timestamp:
07/09/2018 08:12:54 AM (6 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
0faa76da
Parents:
8f167461
Message:

Upgrade libuv-1.21.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libuv.xml

    r8f167461 r594f880  
    77  <!ENTITY libuv-download-http "https://dist.libuv.org/dist/v&libuv-version;/libuv-v&libuv-version;.tar.gz">
    88  <!ENTITY libuv-download-ftp  " ">
    9   <!ENTITY libuv-md5sum        "dd4a501861bc5f949d08d78801f8477f">
     9  <!ENTITY libuv-md5sum        "4b1d268505b940488a5e5e2e7dcab8a5">
    1010  <!ENTITY libuv-size          "1.1 MB">
    1111  <!ENTITY libuv-buildsize     "12 MB (add 10 MB for tests)">
     
    9999./configure --prefix=/usr --disable-static &amp;&amp;
    100100make</userinput></screen>
    101 
     101<!--
     102Alternativly, if cmake is allready installed:
     103$ mkdir build
     104$ cd build
     105$ sed -e "/TARGETS uv_a ARCHIVE/d" -i ../CMakeLists.txt   # mimic disable-static
     106$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
     107-->
    102108    <para>
    103109      To execute the test suite, run <command>make check</command>. 
Note: See TracChangeset for help on using the changeset viewer.