Updated to glib-2.10.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5893 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2006-04-20 05:09:48 +00:00
parent 88a22769b0
commit bd1e688442
3 changed files with 22 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY day "20"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
@ -93,7 +93,7 @@
<!ENTITY gmp-version "4.1.4">
<!ENTITY gdbm-version "1.8.3">
<!ENTITY GLib-version "1.2.10">
<!ENTITY glib2-version "2.10.1">
<!ENTITY glib2-version "2.10.2">
<!ENTITY libidl-version "0.8.6">
<!ENTITY libcroco-version "0.6.1">
<!ENTITY libgsf-version "1.14.0">

View File

@ -6,10 +6,10 @@
<!ENTITY glib2-download-http "&gnome-download-http;/glib/2.10/glib-&glib2-version;.tar.bz2">
<!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.10/glib-&glib2-version;.tar.bz2">
<!ENTITY glib2-md5sum "51df7932da118f7f27bbda82b65f0f91">
<!ENTITY glib2-md5sum "718961161ee1692c216a2d542196a04a">
<!ENTITY glib2-size "2.7 MB">
<!ENTITY glib2-buildsize "48.0 MB">
<!ENTITY glib2-time "0.5 SBU (additional 0.9 SBU to run the test suite)">
<!ENTITY glib2-buildsize "43.6 MB">
<!ENTITY glib2-time "0.5 SBU (additional 2.7 SBU to run the test suite)">
]>
<sect1 id="glib2" xreflabel="GLib-&glib2-version;">
@ -79,7 +79,9 @@
<para>Install <application>GLib</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>sed -i -e "/g_assert (test_count_threads () == limit);/d" \
tests/threadpool-test.c &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
@ -93,6 +95,11 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i -e "/g_assert (test_count_threads () == limit);/d"
tests/threadpool-test.c</command>: This command eliminates an unneeded
assertion in the test suite. The <command>make check</command> will
fail without this command.</para>
<para><option>--enable-gtk-doc</option>: This switch will rebuild
the API documentation during the <command>make</command> command.</para>

View File

@ -40,6 +40,15 @@
</listitem>
-->
<listitem>
<para>April 19th, 2006</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Updated to glib-2.10.2.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>April 19th, 2006</para>