FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

WIP: Vendor the SQLite amalgamation instead of the autoconf tarball by flavorjones · Pull Request #636 · sparklemotion/sqlite3-ruby · GitHub

WIP: Vendor the SQLite amalgamation instead of the autoconf tarball - #636

Draft
flavorjones wants to merge 1 commit into
mainfrom
flavorjones-dep-sqlite-use-amalgamation
Draft

WIP: Vendor the SQLite amalgamation instead of the autoconf tarball#636
flavorjones wants to merge 1 commit into
mainfrom
flavorjones-dep-sqlite-use-amalgamation

Conversation

Copy link
Copy Markdown
Member

WIP - this PR exists to get feedback on builds across all supported platforms.


Context

Since v3.48.0, SQLite's "autoconf" release does not actually use autoconf, and as a result there have been small related breakages including:

I suspect that moving to the amalgamation and explicitly setting compiler and linker flags from within the extconf.rb might be more reliable.

flavorjones force-pushed the flavorjones-dep-sqlite-use-amalgamation branch from 686de87 to 8751b27 Compare July 4, 2025 17:40

Copy link
Copy Markdown
Member Author

Blurgh, need to do some work around feature detection in order to keep the capability to link against a system library; using have_func is of course not going to work if we're compiling the amalgamation into the extension.

flavorjones changed the title dep: Vendor the SQLite amalgamation instead of the autoconf tarball WIP: Vendor the SQLite amalgamation instead of the autoconf tarball Jul 4, 2025
flavorjones marked this pull request as draft July 4, 2025 18:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL