Browse Source

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/19293
Signed-off-by: Hauke Mehrtens <[email protected]>
Konstantin Demin 5 tháng trước cách đây
mục cha
commit
3a18848819
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/system/rpcd/Makefile

+ 1 - 1
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