Skip to content

Support for musl #215

Closed
Closed
@mk868

Description

Hello,

Currently I'm working on the project which will be run on the Alpine Linux.
Alpine Linux by default uses musl instead of GNU C Library.
From what I see, the nrjavaserial linux libraries were precompiled using glibc only.

Is it possible to add libs compiled with musl to nrjavaserial?
From what I see, the following steps will be needed:

  • build libNRJavaSerial_musl.so for linux x86_32 and x86_64
  • Add checking for musl in the NativeResource.java file and then load libNRJavaSerial_musl.so library

Thanks

Activity

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions