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

Musl libc support #956

Open
Timarrr opened this issue Jan 11, 2024 · 2 comments
Open

Musl libc support #956

Timarrr opened this issue Jan 11, 2024 · 2 comments

Comments

@Timarrr
Copy link

Timarrr commented Jan 11, 2024

Description

LWJGL is linked against the glibc as of now, which causes musl users to be unable to work with the library without significant restrictions. Thus, I'm asking to add Musl support to this wonderful piece of software!

@CuriouslyCurious
Copy link

Just ran into this issue when messing around with modding Minecraft using the Fabric API and I agree with the original poster that compiling against musl would be very nice. Seeing as it is mostly a Java application and glibc is only gated against twice in the source code it does not seem at a glance to be too hard to get it compiling on musl. I will do a quick check to see how feasible it is.

@sertonix
Copy link

There are a few patches here that allow compiling against musl to some extend: https://gitlab.alpinelinux.org/alpine/aports/-/commit/5eb9fb757ecbba2666a8e8ed6f921bbae66b0446

They were never finished though. It would be really nice if that was fixed.

(Also duplicate of #833)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants