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

Set execinfo=no by default when compiling for Linux/*BSD #91817

Merged

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented May 10, 2024

Alpine 3.17 and later no longer provide execinfo in its repositories, making compilation impossible unless you pass execinfo=no.

I suppose a better approach would be to use execinfo on non-glibc systems when available on the system, and skip it otherwise. I'm not sure how to implement this though.

Alpine 3.17 and later no longer provide execinfo in its repositories,
making compilation impossible unless you pass `execinfo=no`.
@akien-mga akien-mga modified the milestones: 4.x, 4.3 May 11, 2024
@akien-mga akien-mga merged commit eacfdc7 into godotengine:master May 11, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@Calinou Calinou deleted the linuxbsd-default-disable-execinfo branch May 11, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants