ports/177982: databases/sqlite3 is broken when sql log enabled

Pavel Volkov pavelivolkov at gmail.com
Sun Apr 21 04:20:27 UTC 2013


Hello.
You are right. And option SQLLOG should be off by default.

This option required on PR#175656
(http://www.freebsd.org/cgi/query-pr.cgi?pr=175656) for build
nss-3.14.2.
See also (https://www.sqlite.org/cgi/src/info/f0843f885a), file
src/test_sqllog.c, on how to use it.
You can use a dummy function in you program when the option is on

void sqlite3_init_sqllog(void) { /* dummy function */ }

or turn off this options.


On Sat, Apr 20, 2013 at 11:10 AM,  <culot at freebsd.org> wrote:
> Synopsis: databases/sqlite3 is broken when sql log enabled
>
> Responsible-Changed-From-To: freebsd-ports-bugs->culot
> Responsible-Changed-By: culot
> Responsible-Changed-When: Sat Apr 20 07:10:14 UTC 2013
> Responsible-Changed-Why:
> I'll take it.
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=177982


More information about the freebsd-ports-bugs mailing list