[Bug 221361] www/firefox: Unable to build 55.0,1 due to system SQLite not compiled with SQLITE_ENABLE_FTS3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 9 11:57:37 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221361
Vladimir Krstulja <vlad-fbsd at acheronmedia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|Affects Only Me |Affects Some People
Keywords| |patch
--- Comment #4 from Vladimir Krstulja <vlad-fbsd at acheronmedia.com> ---
I confirm that adding -DSQLITE_ENABLE_FTS3 under FTS4 option's cpp flags of
sqlite3, enables Firefox to build now.
I was looking at the sqlite3 source to try and find what happened, but couldn't
really find what broke. FTS3 should've been set with -DSQLITE_ENABLE_FTS4,
source:
> /*
> ** FTS4 is really an extension for FTS3. It is enabled using the
> ** SQLITE_ENABLE_FTS3 macro. But to avoid confusion we also all
> ** the SQLITE_ENABLE_FTS4 macro to serve as an alisse for SQLITE_ENABLE_FTS3.
> */
> #if defined(SQLITE_ENABLE_FTS4) && !defined(SQLITE_ENABLE_FTS3)
> # define SQLITE_ENABLE_FTS3
> #endif
* https://www.sqlite.org/src/artifact/eb2502000148e809
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list