git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17561 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2016-07-07 01:29:50 +00:00
parent eba701587e
commit 1d1e909d5f
2 changed files with 3 additions and 3 deletions

View File

@ -86,8 +86,8 @@
Optional patch to include animated png functionality in
<application>libpng</application> (required to use the system
<application>libpng</application> in
<application>Firefox</application>),
<application>Seamonkey</application>), and
<application>Firefox</application>,
<application>Seamonkey</application>, and
<application>Thunderbird</application>): <ulink url="&apng-patch;"/>
</para>
</listitem>

View File

@ -166,7 +166,7 @@ cp -v -R sqlite-doc-&sqlite-doc-version;/* /usr/share/doc/sqlite-&sqlite-version
-DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
-DSQLITE_ENABLE_DBSTAT_VTAB=1"</parameter>: Applications such as
<application>Firefox</application> require secure delete and enable
unlock notify to be turned on. Thunderbird requires teh fts3_tokenizer
unlock notify to be turned on. Thunderbird requires the fts3_tokenizer
option. Since <application>firefox-41</application> the dbstat virtual
table is also required. The only way to do this is to include them in the
CFLAGS. By default, these are set to <literal>"-g -O2"</literal> so we