Ignore:
Timestamp:
12/22/2018 09:39:52 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
d2b02aa
Parents:
8322ee3
Message:

Update to libuv-v1.24.1.
Update to c-ares-1.15.0.
Update to gtk+-3.24.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libuv.xml

    r8322ee3 rfe80e96  
    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        "90320330757253b07404d2a97f59c66b">
     9  <!ENTITY libuv-md5sum        "a06eb31fe41c446ace34dc1d1d335964">
    1010  <!ENTITY libuv-size          "1.1 MB">
    11   <!ENTITY libuv-buildsize     "12 MB (add 10 MB for tests)">
    12   <!ENTITY libuv-time          "0.1 SBU (add 1.3 SBU for tests)">
     11  <!ENTITY libuv-buildsize     "12 MB (add 11 MB for tests)">
     12  <!ENTITY libuv-time          "0.1 SBU (add 0.6 SBU for tests)">
    1313]>
    1414
     
    9696    </para>
    9797
    98 <screen><userinput>sh autogen.sh                              &amp;&amp;
    99 ./configure --prefix=/usr --disable-static &amp;&amp;
    100 make</userinput></screen>
    101 <!--
    102 Alternativly, 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 -->
     98<screen><userinput>sed -i "/TARGETS uv_a ARCHIVE/d" CMakeLists.txt &amp;&amp;
     99
     100mkdir build &amp;&amp;
     101cd    build &amp;&amp;
     102
     103cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     104make </userinput></screen>
     105
    108106    <para>
    109       To execute the test suite, run <command>make check</command>. 
     107      If you want to run the tests, add -DBUILD_TESTING=true to
     108      the cmake line above and after building run:
     109      <command>make test</command>.
    110110    </para>
    111111
     
    118118  </sect2>
    119119
    120 <!--
     120
    121121  <sect2 role="commands">
    122122    <title>Command Explanations</title>
    123123
    124     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    125       href="../../xincludes/static-libraries.xml"/>
     124    <para>
     125      <command>sed ...</command>: This command disables installation
     126      of the static library.
     127    </para>
     128   
     129  </sect2>
    126130
    127     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    128       href="../../xincludes/gtk-doc-rebuild.xml"/>
    129 
    130   </sect2>
    131 -->
    132131  <sect2 role="content">
    133132    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.