jitsi / jitsi-sctp

Apache License 2.0
6 stars 24 forks source link

Add ppc64le libjnisctp.so to jniwrapper-native jar #19

Closed fitzsim closed 10 months ago

fitzsim commented 10 months ago

jitsi-sctp otherwise works well on ppc64le, but it does not ship with lib/linux-ppc64el/libjnisctp.so in jniwrapper-native jar. Whenever there is a Jitsi update, I rebuild the library (if required) and add it to the jar file, most recently jniwrapper-native-1.0-11-gcd70942.jar. It would be nice if upstream could build it. The pom.xml is really nicely written to not hard code CPU architectures, so no patch is required, from what I can tell, just a native build on e.g., a Debian ppc64le machine.

It would also be nice to have a ppc64 big endian library, but I have not tested that variant.

fitzsim commented 10 months ago

Closing this issue because it is addressed by pull request https://github.com/jitsi/jitsi-sctp/pull/20.