From: Konstantin Demin Date: Fri, 4 Jul 2025 08:03:14 +0000 (+0300) Subject: dropbear: adjust with glibc and libcrypt-compat X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eecc53cbe5c2978c95ee7c87b6e8e31cfe0f595b;p=thirdparty%2Fopenwrt.git dropbear: 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/network/services/dropbear/Makefile b/package/network/services/dropbear/Makefile index c9977988600..35b1468490e 100644 --- a/package/network/services/dropbear/Makefile +++ b/package/network/services/dropbear/Makefile @@ -62,7 +62,7 @@ define Package/dropbear CATEGORY:=Base system TITLE:=Small SSH2 client/server MENU:=1 - DEPENDS:= +DROPBEAR_ZLIB:zlib + DEPENDS:= +USE_GLIBC:libcrypt-compat +DROPBEAR_ZLIB:zlib ALTERNATIVES:=100:/usr/bin/ssh-keygen:/usr/sbin/dropbear $(if $(CONFIG_DROPBEAR_SCP),ALTERNATIVES+= \ 100:/usr/bin/scp:/usr/sbin/dropbear,)