From: Konstantin Demin Date: Fri, 4 Jul 2025 08:03:15 +0000 (+0300) Subject: rpcd: adjust with glibc and libcrypt-compat X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=3a188488197d;p=openwrt%2Fstaging%2Fxback.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 9bd196e7ba..c63682cbd0 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