Skip to content

meson: Do not require the rt library when checking for a function's existence #2878

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

Closed
jwillikers opened this issue Mar 29, 2024 · 1 comment

Comments

@jwillikers
Copy link
Contributor

jwillikers commented Mar 29, 2024

A dependency on the rt library is unnecessarily required when checking for the timer_create function. This causes the build to fail if the rt library is not found, which is not the intent since rt is only required as part of the check for the function.

Checking for function "timer_create" : NO 

../src/meson.build:743:22: ERROR: C shared or static library 'rt' not found
@jwillikers
Copy link
Contributor Author

Fixed in #2879.

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.

1 participant