landry 075b2f0d05 Build python 3.6 with --enable-loadable-sqlite-extensions.
This unbreaks the following testcase, and fixes spatialite databases in QGIS.

import sqlite3
con = sqlite3.connect(":memory:")
con.enable_load_extension(True)

See https://trac.macports.org/ticket/49317 &
https://riccardo.forina.me/spatialite-for-python-does-not-work-on-osx/
for similar fixes on OSX.

went in a bulk build without fallout, sounds good to rpointel@
2018-08-30 16:22:49 +00:00
..
2018-08-09 17:39:27 +00:00