Date: Wed, 09 Aug 2017 11:57:36 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 221361] www/firefox: Unable to build 55.0,1 due to system SQLite not compiled with SQLITE_ENABLE_FTS3 Message-ID: <bug-221361-21738-hqDpPYgJKr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221361-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-221361-21738@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221361 Vladimir Krstulja <vlad-fbsd@acheronmedia.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Some People Keywords| |patch --- Comment #4 from Vladimir Krstulja <vlad-fbsd@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 coul= dn'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_F= TS3. > */ > #if defined(SQLITE_ENABLE_FTS4) && !defined(SQLITE_ENABLE_FTS3) > # define SQLITE_ENABLE_FTS3 > #endif * https://www.sqlite.org/src/artifact/eb2502000148e809 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221361-21738-hqDpPYgJKr>