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

avoid unnecessary check for sqlite3 binary #694

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

jluebbe
Copy link
Contributor

@jluebbe jluebbe commented Jan 30, 2023

Only the library is used, not the sqlite3 binary. Drop this check to simplify cross-compilation (as no native sqlite3 binary is needed).

Only the library is used, not the sqlite3 binary. Drop this check to simplify
cross-compilation (as no native sqlite3 binary is needed).
@halderen
Copy link
Member

Agreed, I was wondering whether the binary might have been in use for testing purposes, but it doesn't look like that (not that that would have been blocking).

@halderen halderen merged commit 913e7bf into opendnssec:develop Nov 21, 2023
@jluebbe jluebbe deleted the sqlite-dep branch December 8, 2023 10:39
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.

2 participants