Skip to content

Commit 3a18848

Browse files
rockdrillahauke
authored andcommitted
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: openwrt/openwrt#19293 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent ec62e87 commit 3a18848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/system/rpcd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endef
3939

4040
define Package/rpcd
4141
$(Package/rpcd/default)
42-
DEPENDS+= +libuci +libblobmsg-json +libjson-c
42+
DEPENDS+= +USE_GLIBC:libcrypt-compat +libuci +libblobmsg-json +libjson-c
4343
endef
4444

4545
define Package/rpcd/description

0 commit comments

Comments
 (0)