Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Aug 2017 14:04:23 +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-DYBuKQfzGX@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

--- Comment #6 from commit-hook@freebsd.org ---
A commit references this bug:

Author: madpilot
Date: Wed Aug  9 14:04:03 UTC 2017
New revision: 447626
URL: https://svnweb.freebsd.org/changeset/ports/447626

Log:
  Add explicit SQLITE_ENABLE_FTS3. This fixes the firefox and thunderburd
  ports build.

  Due to recent changes in sqlite3 even if this flag is actually
  implicitly added to the build when the FTS4 option is enabled, it
  is not reported as present via the
  sqlite3_compileoption_used("SQLITE_ENABLE_FTS3") API call, which
  is used by the gecko ports configure script to check for a suitable
  sqlite3 library.

  Related upstream change: https://sqlite.org/src/info/9a443397a6b110f6

  PR:           221361, 219963
  Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>,
                jbeich@
  Approved by:  portmgr@ (blanket)
  MFH:          2017Q3

Changes:
  head/databases/sqlite3/Makefile

--=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-DYBuKQfzGX>