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

Enable tzset when x-compiling to linux target #196

Closed
bcmyers opened this issue Nov 15, 2023 · 1 comment
Closed

Enable tzset when x-compiling to linux target #196

bcmyers opened this issue Nov 15, 2023 · 1 comment

Comments

@bcmyers
Copy link
Contributor

bcmyers commented Nov 15, 2023

When cross-compiling, configure cannot detect if the target system has a working tzset function in C. This influences whether or not the compiled python will end up with the time.tzset function, which is used by django and other important python projects.

With more and more folks trying to move to arm64 machines in the cloud (since they are often cheaper), it would be nice to have access to time.tzset on aarch64-unknown-linux-gnu.

Since all linux targets should have a working tzset function in C, we should be able to just manually indicate this to the configure script. I've created a PR (#195) that does this.

@indygreg
Copy link
Owner

indygreg commented Jan 7, 2024

Closes by #195.

@indygreg indygreg closed this as completed Jan 7, 2024
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 a pull request may close this issue.

2 participants