Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 434402 Details for
Bug 583156
mail-client/thunderbird[system-sqlite] should call sqlite3_db_config(db, SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER, 1, 0) or switch to FTS5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add -DSQLITE_ENABLE_FTS3_TOKENIZER to sqlite-3.12.0.ebuild
ebuild.patch (text/plain), 644 bytes, created by
ascendant512+gentoo
on 2016-05-16 10:16:39 UTC
(
hide
)
Description:
add -DSQLITE_ENABLE_FTS3_TOKENIZER to sqlite-3.12.0.ebuild
Filename:
MIME Type:
Creator:
ascendant512+gentoo
Created:
2016-05-16 10:16:39 UTC
Size:
644 bytes
patch
obsolete
>--- /usr/portage/dev-db/sqlite/sqlite-3.12.0.ebuild 2016-04-19 10:45:50.000000000 -0500 >+++ /usr/local/portage/dev-db/sqlite/sqlite-3.12.0-r1.ebuild 2016-05-16 04:54:05.928409482 -0500 >@@ -101,7 +101,7 @@ > # Support Full-Text Search versions 3, 4 and 5. > # https://sqlite.org/fts3.html > # https://sqlite.org/fts5.html >- append-cppflags -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 >+ append-cppflags -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_TOKENIZER > options+=(--enable-fts5) > > # Support hidden columns.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 583156
:
434400
|
434402
|
434404
|
556644
|
556742
|
556800