From 1d1e909d5f26296b1bed14887e8a366879f9f20f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 7 Jul 2016 01:29:50 +0000 Subject: [PATCH] Typos git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17561 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/graphlib/libpng.xml | 4 ++-- server/databases/sqlite.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/general/graphlib/libpng.xml b/general/graphlib/libpng.xml index d6f56c8183..788ac51aa6 100644 --- a/general/graphlib/libpng.xml +++ b/general/graphlib/libpng.xml @@ -86,8 +86,8 @@ Optional patch to include animated png functionality in libpng (required to use the system libpng in - Firefox), - Seamonkey), and + Firefox, + Seamonkey, and Thunderbird): diff --git a/server/databases/sqlite.xml b/server/databases/sqlite.xml index 185bfc41ef..3507e8fc0c 100644 --- a/server/databases/sqlite.xml +++ b/server/databases/sqlite.xml @@ -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": Applications such as Firefox 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 firefox-41 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 "-g -O2" so we