[openwrt/openwrt] rpcd: adjust with glibc and libcrypt-compat

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 12 14:41:24 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3a188488197d5c004b9e8de1115f5acf73293a4e

commit 3a188488197d5c004b9e8de1115f5acf73293a4e
Author: Konstantin Demin <rockdrilla at gmail.com>
AuthorDate: Fri Jul 4 11:03:15 2025 +0300

    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 <rockdrilla at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19293
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/system/rpcd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the lede-commits mailing list