https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297345
--- Comment #8 from Michael Osipov <[email protected]> --- 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.
