[Bug 297345] databases/py-sqlite3: Cannot load extensions
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 297345] databases/py-sqlite3: Cannot load extensions"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Aug 2026 15:06:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297345
--- Comment #8 from Michael Osipov <michaelo@FreeBSD.org> ---
Checked your patch. The macro you added makes totally sense at that point. The
current line "macros.append(('SQLITE_OMIT_LOAD_EXTENSION', '1'))" does not make
any sense at all for use because SQLITE_OMIT_LOAD_EXTENSION is a compile-time
macro for SQLite during amalgamation which we don't do.
--
You are receiving this mail because:
You are the assignee for the bug.