ticket 3244

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8889 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Wayne Blaszczyk 2011-06-11 03:16:43 +00:00
parent f4144b1559
commit a96e220c2c
2 changed files with 14 additions and 2 deletions

View File

@ -76,7 +76,9 @@
commands:</para> commands:</para>
<screen><userinput>patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch &amp;&amp; <screen><userinput>patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp; ./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info &amp;&amp;
make</userinput></screen> make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para> <para>To test the results, issue: <command>make check</command>.</para>

View File

@ -41,7 +41,17 @@
--> -->
<listitem> <listitem>
<para>June 10th, 2011</para> <para>June 11th, 2011</para>
<itemizedlist>
<listitem>
<para>[wblaszcz] - Modified configure parameters in GLib-1.2.10.
(ticket <ulink url="&blfs-ticket-root;3244">#3244</ulink>).</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>June 11th, 2011</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>[wblaszcz] - Added to Command Explanations in GConf-2.28.1 to <para>[wblaszcz] - Added to Command Explanations in GConf-2.28.1 to