mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
e507d0151c
commit
6b83cbe2bf
@ -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>
|
||||
|
@ -106,7 +106,9 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir build &&
|
||||
<screen><userinput>sed -i 's/ ListStore/ Gtk.ListStore/' extensions/history-list.vala &&
|
||||
|
||||
mkdir build &&
|
||||
cd build &&
|
||||
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user