[Bug 293491] java/sqlitejdbc: source distfile is not available
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 293491] java/sqlitejdbc: source distfile is not available"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Feb 2026 18:34:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293491
Michael Osipov <michaelo@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michaelo@FreeBSD.org
--- Comment #2 from Michael Osipov <michaelo@FreeBSD.org> ---
The project has been here https://github.com/xerial/sqlite-jdbc for ages now.
Could of years ago I modified upstream for FreeBSD and other to be able to link
the JNI code dynamically against libsqlite.so instead of using the archive.
Moreover, the JAR can be fully stripped of the bundled native libs because it
will happily the FreeBSD-compiled one from the loader's path.
Let's wait for the maintainer...
Commits:
*
https://github.com/xerial/sqlite-jdbc/commit/bb91612de41c4fec90a4736916c1a486b19855d5
*
https://github.com/xerial/sqlite-jdbc/commit/45a05e09c7a56c4082a6dd9606b117361d1c7334
--
You are receiving this mail because:
You are the assignee for the bug.