Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sqlite package #121

Merged
merged 5 commits into from
Oct 9, 2024
Merged

Add sqlite package #121

merged 5 commits into from
Oct 9, 2024

Conversation

kylewlacy
Copy link
Member

This PR adds the new sqlite package, which includes the sqlite3 CLI tool and libsqlite3.so

I also updated Python to include sqlite as a dependency, which made it so the configure script picked up sqlite and compiled the native sqlite3 module.

I copied the function introduced in #118 that patches pkg-config files to use portable paths. This is probably a sign that we should add a general utility for this.

@kylewlacy kylewlacy enabled auto-merge (squash) October 9, 2024 07:21
@kylewlacy kylewlacy merged commit e5ef5c7 into main Oct 9, 2024
2 checks passed
@kylewlacy kylewlacy deleted the add-sqlite branch October 9, 2024 07:23
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