Date: Mon, 12 Jul 2021 07:23:55 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 257111] databases/py-apsw: Add option to enable EXTENSION loading Message-ID: <bug-257111-21822-AyGbwrKaGx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257111-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-257111-21822@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=3D257111 Guido Falsi <madpilot@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://launchpad.net/bugs/ | |1935747 --- Comment #2 from Guido Falsi <madpilot@FreeBSD.org> --- (In reply to Kubilay Kocak from comment #1) As I reported in the linked bug report upstream (adding it to see also) cal= ibre will simply fail to start if load_extension is not enabled in py-apsw. I proposed this patch with an OPTION because it looked reasonable to me. I = can leave the option and propose also a slave port, forcing the option on, for calibre to depend on, or also do the same removing options and using flavors (not sure which way is the preferred one at present). Since the slave port or the flavors would be in conflict with each other th= ese also look problematic though. I'm also ok with removing the OPTION and make extension loading always on simply adding an unconditional PYDISTUTILS_BUILDARGS+=3D--enable=3Dload_ext= ension to the port. Not sure how well this would play if the EXTENSION option is disabled in sqlite3 port though. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257111-21822-AyGbwrKaGx>