intiface / intiface-central

Intiface Central (Buttplug Frontend) Application for Desktop and Mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux builds should vendor OpenSSL for compatibility

qdot opened this issue · comments

commented

We never know what distro we're running on, and OpenSSL seems to be the culprit in a lot of compat issues (though libudev/dbus may also cause problems here). Vendor OpenSSL builds into the rust library.

can this be a cargo feature? when building within a distro, compatibility is our job here

Version 2.4.3 works correctly. When I posted the original issue we were still on 2.4.2. Not sure what changed, but it is working now on 2.4.3.

This is no longer valid, as we've moved to rustls in buttplug, so we'll no longer have to worry about openssl builds.