Re: [blfs-dev] sqlite: Remove `SQLITE_ENABLE_FTS3_TOKENIZER` from configuration

2020-01-04 Thread Ken Moffat via blfs-dev
On Sat, Jan 04, 2020 at 01:30:39AM +, Ken Moffat via blfs-dev wrote: > > > And then there is also seamonkey, which I do not use. > > > > Just started building seamonkey, but I've never found it a > convenient way to browse, and gurgling on this got no matches about > what maybe was broken.

Re: [blfs-dev] sqlite: Remove `SQLITE_ENABLE_FTS3_TOKENIZER` from configuration

2020-01-03 Thread Ken Moffat via blfs-dev
On Fri, Jan 03, 2020 at 09:27:56PM +, Ken Moffat via blfs-dev wrote: > On Fri, Jan 03, 2020 at 10:19:33AM -0600, Douglas R. Reno via blfs-dev wrote: > > > > On 1/3/20 8:35 AM, Paul Menzel via blfs-dev wrote: > > > > > Hi Paul, > > > > This isn't due to an oversight. In 2016, a ticket was

Re: [blfs-dev] sqlite: Remove `SQLITE_ENABLE_FTS3_TOKENIZER` from configuration

2020-01-03 Thread Ken Moffat via blfs-dev
On Fri, Jan 03, 2020 at 10:19:33AM -0600, Douglas R. Reno via blfs-dev wrote: > > 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

Re: [blfs-dev] sqlite: Remove `SQLITE_ENABLE_FTS3_TOKENIZER` from configuration

2020-01-03 Thread Douglas R. Reno via blfs-dev
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.

Re: [blfs-dev] sqlite: Remove `SQLITE_ENABLE_FTS3_TOKENIZER` from configuration

2020-01-03 Thread Bruce Dubbs via blfs-dev
On 1/3/20 9:45 AM, Bruce Dubbs wrote: 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

Re: [blfs-dev] sqlite: Remove `SQLITE_ENABLE_FTS3_TOKENIZER` from configuration

2020-01-03 Thread Bruce Dubbs via blfs-dev
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.

[blfs-dev] sqlite: Remove `SQLITE_ENABLE_FTS3_TOKENIZER` from configuration

2020-01-03 Thread Paul Menzel via blfs-dev
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