[Bug 279397] www/chromium sqlite3_shim.c compilation error
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 279397] www/chromium sqlite3_shim.c compilation error"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jun 2024 01:34:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #12 from Florian Walpen <dev@submerge.ch> --- (In reply to George Mitchell from comment #10) I'd like to hear from the maintainer about this. Could well be that SQLITE_USE_ALLOCA was just disabled in databases/sqlite3 because of the issue with _XOPEN_SOURCE outlined above. That should be fixed upstream. In cases like SQLite with many temporary allocations alloca() is a nice optimization, and in my experience alloca() works fine on FreeBSD. -- You are receiving this mail because: You are the assignee for the bug.