From: Konstantin Demin Date: Fri, 4 Jul 2025 08:03:15 +0000 (+0300) Subject: rpcd: adjust with glibc and libcrypt-compat X-Git-Tag: v25.12.0-rc1~1998 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a188488197d;p=thirdparty%2Fopenwrt.git rpcd: adjust with glibc and libcrypt-compat glibc 2.39 has removed libcrypt completely. solution: link against libxcrypt built with glibc compatibility. Signed-off-by: Konstantin Demin Link: https://github.com/openwrt/openwrt/pull/19293 Signed-off-by: Hauke Mehrtens --- diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile index 9bd196e7bae..c63682cbd08 100644 --- a/package/system/rpcd/Makefile +++ b/package/system/rpcd/Makefile @@ -39,7 +39,7 @@ endef define Package/rpcd $(Package/rpcd/default) - DEPENDS+= +libuci +libblobmsg-json +libjson-c + DEPENDS+= +USE_GLIBC:libcrypt-compat +libuci +libblobmsg-json +libjson-c endef define Package/rpcd/description