Changeset 8cce479c for server/databases


Ignore:
Timestamp:
12/31/2012 02:26:44 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a3c54ef2
Parents:
52a90a3
Message:

Package upgrades.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10914 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    r52a90a3 r8cce479c  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3071401">
    8   <!ENTITY sqlite-doc-version   "3071400">
     7  <!ENTITY sqlite-dl-version    "3071501">
     8  <!ENTITY sqlite-doc-version   "3071501">
     9
    910  <!ENTITY sqlite-download-http
    10     "http://sqlite.org/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
     11           "http://sqlite.org/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1112  <!ENTITY sqlite-download-ftp  " ">
    12   <!ENTITY sqlite-md5sum        "4cf3fd434bbb6e50777019ff3507bfa5">
     13  <!ENTITY sqlite-md5sum        "a67c25afa199a11f0a37aff7ed9d2c14">
    1314  <!ENTITY sqlite-size          "1.8 MB">
    1415  <!ENTITY sqlite-buildsize     "28 MB (includes optional documentation)">
    1516  <!ENTITY sqlite-time          "0.2 SBU">
    1617
    17   <!ENTITY sqlite-docs-md5sum   "5eaeaa2d0aef3b2c980aa784846fd562">
     18  <!ENTITY sqlite-docs-download
     19           "http://sqlite.org/sqlite-doc-&sqlite-doc-version;.zip">
     20  <!ENTITY sqlite-docs-md5sum   "f39774e459354b9df768ee34e93b47e4">
    1821  <!ENTITY sqlite-docs-size     "4 MB">
    19   <!ENTITY sqlite-docs-download
    20     "http://sqlite.org/sqlite-doc-&sqlite-doc-version;.zip">
    2122]>
    2223
     
    104105    <bridgehead renderas="sect4">Optional</bridgehead>
    105106    <para role="optional">
     107      <xref linkend="tcl"/> and
    106108      <xref linkend="unzip"/> (required to unzip the documentation).
    107109    </para>
     
    127129    </para>
    128130
    129 <screen><userinput>./configure --prefix=/usr --disable-static \
    130   CFLAGS="-g -O2 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" &amp;&amp;
     131<screen><userinput>./configure --prefix=/usr --disable-static        \
     132            CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \
     133            -DSQLITE_ENABLE_COLUMN_METADATA=1     \
     134            -DSQLITE_ENABLE_UNLOCK_NOTIFY=1       \
     135            -DSQLITE_SECURE_DELETE=1" &amp;&amp;
    131136make</userinput></screen>
    132137
    133138    <para>
     139      If you have installed <xref linkend="tcl"/> and wish to build
     140      <application>SQLite</application> <application>TCL</application>
     141      extension, issue the following commands:
     142    </para>
     143
     144<screen><userinput>pushd tea &amp;&amp;
     145./configure --prefix=/usr &amp;&amp;
     146make &amp;&amp;
     147popd</userinput></screen>
     148
     149    <para>
    134150      This package does not come with a test suite.
    135151    </para>
     
    140156
    141157<screen role="root"><userinput>make install</userinput></screen>
     158
     159    <para>
     160      If you have built <xref linkend="tcl"/> extension, install it by
     161      running the following command as the
     162      <systemitem class="username">root</systemitem> user:
     163    </para>
     164
     165<screen role="root"><userinput>make -C tea install</userinput></screen>
    142166
    143167    <para>
     
    157181
    158182    <para>
    159       <parameter>CFLAGS="-g -O2 -DSQLITE_SECURE_DELETE
     183      <parameter>CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1
     184      -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_SECURE_DELETE
    160185      -DSQLITE_ENABLE_UNLOCK_NOTIFY=1"</parameter>: Applications such as
    161186      <application>Firefox</application> require secure delete and enable unlock
     
    176201      <segtitle>Installed Program</segtitle>
    177202      <segtitle>Installed Library</segtitle>
     203      <segtitle>Installed Directories</segtitle>
    178204
    179205      <seglistitem>
    180         <seg>sqlite3</seg>
    181         <seg>libsqlite3.so</seg>
     206        <seg>
     207          sqlite3
     208        </seg>
     209        <seg>
     210          libsqlite3.so
     211        </seg>
     212        <seg>
     213          /usr/lib/sqlite&sqlite-version; and
     214          /usr/share/doc/sqlite-&sqlite-version;
     215        </seg>
    182216      </seglistitem>
    183217    </segmentedlist>
     
    203237
    204238      <varlistentry id="libsqlite3">
    205         <term><filename class='libraryfile'>libsqlite3.so</filename></term>
     239        <term><filename class="libraryfile">libsqlite3.so</filename></term>
    206240        <listitem>
    207241          <para>
     
    213247        </listitem>
    214248      </varlistentry>
     249
    215250    </variablelist>
    216   </sect2>
     251
     252  </sect2>
     253
    217254</sect1>
Note: See TracChangeset for help on using the changeset viewer.