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

Include libm in statically linked sqlite3 builds #455

Closed
wants to merge 3 commits into from
Closed

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Dec 29, 2024

Looking into #449

@zanieb zanieb added platform:linux Specific to the Linux platform python:3.13 labels Dec 29, 2024
@zanieb
Copy link
Member Author

zanieb commented Dec 29, 2024

Interestingly... on main we can see the logs

sqlite> checking SQL math functions... enabled
sqlite> checking for library containing ceil...
sqlite> -lm

but with 026c992, we get

sqlite> checking SQL math functions... enabled
sqlite> checking for library containing ceil...
sqlite> none required

and... serialize / deserialize is still not available — I need to take a look at the pkg-config, I think.

@zanieb zanieb closed this Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:linux Specific to the Linux platform python:3.13
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant