-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
how to make binary fittable with alpine distribution? #265
Comments
Someone has to patch it to work with musl. |
now i have switched to glibc without attempt to patch it |
note to whomever decides to patch it to work with musl: Lines 29 to 36 in 3c452d4
alpine just removed the check, because fiddling with ifdefs is a pain...but if you wanted to do things "right", i think you'd switch it to use ...and add detection of (maybe just using the POSIX behaviour by default, then not doing it if |
how to build binary from source code, fittable with alpine distribution?
The text was updated successfully, but these errors were encountered: