AsahiLinux / asahi-installer

Asahi Linux installer
MIT License
782 stars 103 forks source link

asahi_firmware.img4: Try lzfse SOVERSION 1 first #235

Closed andhe closed 1 month ago

andhe commented 8 months ago

Upstream lzfse library has no SOVERSION set, but distributions with library packaging guidelines wants them.

Fedora1 is apparently already using SOVERSION 1 (and patching this file using sed on package builds). Debian3 is about to do the same.

Try first to load liblzfse.so.1 and if not found, fall back on the unversioned soname as before. This should make everyone happy without having to patch it everywhere.