From 0aa4457a86f3c3719331b59bdb8631cece1593eb Mon Sep 17 00:00:00 2001 From: vasilito Date: Tue, 4 Aug 2026 22:25:02 +0300 Subject: [PATCH] relibc: advance submodule for libcrypt.a/libutil.a compat archives kcm_users failed with 'ld: cannot find -lcrypt' although libc.a exports crypt and crypt_r. relibc now ships empty libcrypt.a/libutil.a so the link resolves from libc, matching what it already does for libdl/libpthread/librt. --- local/sources/relibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/relibc b/local/sources/relibc index 4e9fbf4c38..ae06748508 160000 --- a/local/sources/relibc +++ b/local/sources/relibc @@ -1 +1 @@ -Subproject commit 4e9fbf4c38dfe86a93bc9c880d88ef769c880781 +Subproject commit ae06748508feb75fbfbb28ce473d6bff2c5314f0