• GTK+-3.18.6: Recommend gobject-introspection-1.46.0.

• ATK-2.18.0: Recommend gobject-introspection-1.46.0.
• PHP-7.0.1: Update command explanations for MariaDB-10.1.10 or MySQL.
• libxfce4ui-4.12.1: GTK+-3.18.6 is optional.
• Update to sqlite-autoconf-3100000 (3.10.0).


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16793 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2016-01-07 22:13:39 +00:00
parent 4c44c6702f
commit 39ffbd0d4c
8 changed files with 51 additions and 23 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "05"> <!-- Always 2 digits -->
<!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "January 5th &year;">
<!ENTITY releasedate "January 7th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -349,11 +349,6 @@ gunzip -v /usr/share/doc/php-&php-version;/php_manual_en.html.gz</userinput></sc
enables command line <application>Readline</application> support.
</para>
<para>
<option>--with-mysql</option>: This option
includes <application>MariaDB/MySQL</application> support.
</para>
<para>
<option>--disable-libxml</option>: This option
allows building PHP without <application>libxml2</application>
@ -369,6 +364,21 @@ gunzip -v /usr/share/doc/php-&php-version;/php_manual_en.html.gz</userinput></sc
<parameter>--with-fpm-...</parameter> switches.
</para>
<para>
<option>--with-mysqli=/usr/bin/mysql_config</option>: This option
includes MySQLi support.
</para>
<para>
<option>--with-mysql-sock=/run/mysqld/mysqld.sock</option>: Location of
the MySQL unix socket pointer.
</para>
<para>
<option>--with-pdo-mysql=/usr</option>: This option includes PDO: MySQL
support.
</para>
</sect2>
<sect2 role="configuration">

View File

@ -44,6 +44,16 @@
-->
<listitem>
<para>January 7th, 2016</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to sqlite-autoconf-3100000 (3.10.0). Fixes
<ulink url="&blfs-ticket-root;7325">#7325</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>January 5th, 2016</para>
<itemizedlist>

View File

@ -433,7 +433,7 @@
<!ENTITY lmdb-version "0.9.17">
<!ENTITY mariadb-version "10.1.10">
<!ENTITY postgresql-version "9.4.5">
<!ENTITY sqlite-version "3.9.2">
<!ENTITY sqlite-version "3.10.0">
<!-- Chapter 23 -->
<!ENTITY openldap-version "2.4.43">

View File

@ -4,19 +4,19 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY sqlite-dl-version "3090200">
<!ENTITY sqlite-doc-version "3090200">
<!ENTITY sqlite-dl-version "3100000">
<!ENTITY sqlite-doc-version "3100000">
<!ENTITY sqlite-download-http "http://sqlite.org/2015/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
<!ENTITY sqlite-download-http "http://sqlite.org/2016/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
<!ENTITY sqlite-download-ftp " ">
<!ENTITY sqlite-md5sum "bc4eb5b3fc5cfcb6e059794306cac1ca">
<!ENTITY sqlite-size "2.2 MB">
<!ENTITY sqlite-md5sum "274364e6ca5c1104d42912f11e61ed26">
<!ENTITY sqlite-size "2.3 MB">
<!ENTITY sqlite-buildsize "74 MB (with Optional Documentation)">
<!ENTITY sqlite-time "0.4 SBU">
<!ENTITY sqlite-time "0.3 SBU">
<!ENTITY sqlite-docs-download "http://sqlite.org/2015/sqlite-doc-&sqlite-doc-version;.zip">
<!ENTITY sqlite-docs-md5sum "edc091d50cb97880ebebd9d961e37c17">
<!ENTITY sqlite-docs-size "5.1 MB">
<!ENTITY sqlite-docs-download "http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip">
<!ENTITY sqlite-docs-md5sum "178ab3f444794d94786b27456f65c6d7">
<!ENTITY sqlite-docs-size "5.2 MB">
]>
<sect1 id="sqlite" xreflabel="SQLite-&sqlite-version;">
@ -102,6 +102,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="http://www.thrysoee.dk/editline/">libedit</ulink> and
<xref linkend="unzip"/> (required to unzip the documentation)
</para>
@ -113,6 +114,12 @@
<sect2 role="installation">
<title>Installation of SQLite</title>
<note>
<para>
This package does not support parallel build.
</para>
</note>
<para>
If you downloaded the optional documentation, issue the following command
to install the documentation into the source tree:
@ -131,7 +138,7 @@
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
-DSQLITE_SECURE_DELETE=1 \
-DSQLITE_ENABLE_DBSTAT_VTAB=1" &amp;&amp;
make</userinput></screen>
make -j1</userinput></screen>
<para>
This package does not come with a test suite.

View File

@ -79,8 +79,8 @@
<xref linkend="glib2"/>
</para>
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
<para role="optional">
<bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/>
</para>

View File

@ -88,8 +88,8 @@
keys, also needed for tests)
</para>
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
<para role="optional">
<bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/>
</para>

View File

@ -76,7 +76,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk2"/> or <xref linkend="gtk3"/> (default) and
<xref linkend="gtk2"/> and
<xref linkend="xfconf"/>
</para>
@ -88,6 +88,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>,
<xref linkend="gtk3"/>,
<xref linkend="perl-html-parser"/>, and
<ulink url="https://glade.gnome.org/">Glade</ulink>
</para>