On 1/3/20 8:35 AM, Paul Menzel via blfs-dev wrote:
Dear Beyond Linux From Scratch folks, The configuration instructions for SQLite [1] still enable the two-argument version of the fts3_tokenizer() interface. -DSQLITE_ENABLE_FTS3_TOKENIZER=1 The command explanations do not contain that.CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -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. Since firefox-41 the dbstat virtual table and FTS3/4 are 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 specify that to preserve those settings. You may, of course, wish to omit the '-g' if you do not wish to create debugging information. For further information on what can be specified see http://www.sqlite.org/compile.html.
As it says, FF needs FTS3/4. I do not know if that is true anymore or not. Can someone confirm?
-- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
