Skip to content

[soldier] ABI: Expect to use xcrypt for libcrypt.so.1

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

soldier is based on Debian 10, which used glibc libcrypt.so.1, but that could make it break when running against a newer glibc on a host system that does not have libcrypt.so.1 (like a default Arch installation). Set it up to use a backport of libcrypt1 instead.

steamrt/tasks#332

Merge request reports