On Sun, Jun 26, 2016 at 01:52:48PM -0500, DJ Lucas wrote: > > Finally, if you built SQLite before three days ago, you need to rebuild with > -DSQLITE_ENABLE_FTS3_TOKENIZER=1, which Bruce has already taken care of in > the book. Thank you Bruce. I wasn't ignoring that bug, I just got lost in > the upstream Mozilla for a few days, ignoring a fix that had been staring me > right in the face (was unnecessarily attempting to find the complete fix to > get rid of -fno-lifetime-dse and -fno-schedule-insns2). :-) > Necessary for thunderbird, but worrying : upstream sqlite turned it off by default because it was a potential vulnerability.
I came across a post on an sqlite list the other day, suggesting it would be better to do that with a static sqlite (e.g. the version included in thunderbird) so it would be limited to that one application. But then, we prefer system sqlite because in the past there were problems when the version of sqlite in an application differed from the system version. ĸen -- Yes, you CAN fool most of the people some of the time. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
