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

Fix missing -pthread for fbdev builds #97

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

Theldus
Copy link
Contributor

@Theldus Theldus commented Feb 2, 2025

Since pthread is explicitly used in linux_input.c (which is used in builds for fbdev), it is necessary to add pthread to the TARGET_LIBS list to ensure the build completes successfully.

Since pthread is explicitly used in `linux_input.c` (which
is used in builds for fbdev), it is necessary to add
pthread to the `TARGET_LIBS` list to ensure the build
completes successfully.
@jserv jserv merged commit ed0ebb5 into sysprog21:main Feb 2, 2025
3 checks passed
@jserv
Copy link
Contributor

jserv commented Feb 2, 2025

Thank @Theldus for contributing!

@Theldus Theldus deleted the fix-pthread-missing branch February 2, 2025 21:53
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