Ignore:
Timestamp:
04/20/2006 05:09:48 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
db01861
Parents:
88a2276
Message:

Updated to glib-2.10.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r88a2276 rbd1e688  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.10/glib-&glib2-version;.tar.bz2">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.10/glib-&glib2-version;.tar.bz2">
    9   <!ENTITY glib2-md5sum        "51df7932da118f7f27bbda82b65f0f91">
     9  <!ENTITY glib2-md5sum        "718961161ee1692c216a2d542196a04a">
    1010  <!ENTITY glib2-size          "2.7 MB">
    11   <!ENTITY glib2-buildsize     "48.0 MB">
    12   <!ENTITY glib2-time          "0.5 SBU (additional 0.9 SBU to run the test suite)">
     11  <!ENTITY glib2-buildsize     "43.6 MB">
     12  <!ENTITY glib2-time          "0.5 SBU (additional 2.7 SBU to run the test suite)">
    1313]>
    1414
     
    8080    commands:</para>
    8181
    82 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     82<screen><userinput>sed -i -e "/g_assert (test_count_threads () == limit);/d"  \
     83   tests/threadpool-test.c &amp;&amp;       
     84./configure --prefix=/usr &amp;&amp;
    8385make</userinput></screen>
    8486
     
    9496    <title>Command Explanations</title>
    9597
     98    <para><command>sed -i -e "/g_assert (test_count_threads () == limit);/d"
     99    tests/threadpool-test.c</command>: This command eliminates an unneeded
     100    assertion in the test suite.  The <command>make check</command> will
     101    fail without this command.</para>
     102   
    96103    <para><option>--enable-gtk-doc</option>: This switch will rebuild
    97104    the API documentation during the <command>make</command> command.</para>
Note: See TracChangeset for help on using the changeset viewer.