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

Build makefsdata for Linux w/ musl #124

Merged
merged 2 commits into from
Mar 13, 2023
Merged

Conversation

mthiesen
Copy link
Contributor

The current binary executable makefsdata links dynamically against a very specific version of glibc. Therefore only versions of Linux that use this version of glibc can be used for building.

This PR replaces the makefsdata tool with one that links statically against musl. It should run on all kernel versions of x64 Linux >= 2.6.

I also included a shell script that can be used to rebuild makefsdata with musl, should this be necessary at some point.

Copy link
Contributor

@arntsonl arntsonl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!!

@arntsonl arntsonl merged commit 206d783 into OpenStickCommunity:main Mar 13, 2023
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.

None yet

2 participants