Skip to content

[sniper] abi: Track ABI of libcrypt.so.1 explicitly

Simon McVittie requested to merge wip/task332/sniper into steamrt/sniper

libcrypt.so.1 has moved from glibc to being a separate package built by libxcrypt in most distributions, so it's important that we keep track of which one we have. It has explicit ABI control, both in glibc and in libxcrypt, so we can track its symbols exactly.

steamrt/tasks#332

Merge request reports