On Wed, Jun 01, 2016 at 07:44:23AM +0200, Landry Breuil wrote: > On Tue, May 31, 2016 at 11:36:35PM +0100, Stuart Henderson wrote: > > Thanks for the pointer Ingo.. > > > > I'll be doing tests (including a bulk ports build) with this, > > but here's an update to sqlite 3.10.2 (the version which is > > in Firefox 46) in the hope it will let us get rid of the > > conflicting sqlite3 versions in firefox. > > Back to square one, when i need to pester someone to update sqlite3 in > base each time mozilla updates its copy/dependencies ? :) > > Technically, i could also relax the version check in configure, but i'm > never sure when firefox really depends on features from newer sqlite. It > seems development is closely followed for valid reasons... > > > If this is the wrong version to be targetting (Landry?) please > > let me know. > > Firefox trunk/49 ships 3.13... see > http://hg.mozilla.org/mozilla-central/log/tip/db/sqlite3/src/sqlite3.h > for the history of updates.
And most importantly, 47 (released next week) requires 3.11. /usr/obj/ports/firefox-47.0beta9/firefox-47.0b9/old-configure:SQLITE_VERSION=3.11.0 Landry