midori-0.5.9: fix build with glib-2.43 or newer.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15840 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-04-16 18:42:44 +00:00
parent e507d0151c
commit 6b83cbe2bf
2 changed files with 10 additions and 1 deletions

View File

@ -47,6 +47,10 @@
<listitem>
<para>April 14th, 2015</para>
<itemizedlist>
<listitem>
<para>[fernando] - midori-0.5.9:
fix build with glib-2.43 or newer.</para>
</listitem>
<listitem>
<para>[fernando] - Update to vala-0.28.0. Fixes
<ulink url="&blfs-ticket-root;6409">#6409</ulink>.</para>

View File

@ -106,7 +106,9 @@
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
<screen><userinput>sed -i 's/ ListStore/ Gtk.ListStore/' extensions/history-list.vala &amp;&amp;
mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
@ -134,6 +136,9 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i ... extensions/history-list.vala</command>: This
command fixes build with glib-2.43 or newer.</para>
<para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
used to apply a higher level of compiler optimizations.</para>