summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Demin2025-07-04 08:03:14 +0000
committerHauke Mehrtens2025-07-12 21:38:19 +0000
commiteecc53cbe5c2978c95ee7c87b6e8e31cfe0f595b (patch)
tree22d3642d484974fbccb78f65f7e40698ff866739
parent34c2e7701a9a2ac49f3335ddee89956023b5a93a (diff)
downloadopenwrt-eecc53cbe5c2978c95ee7c87b6e8e31cfe0f595b.tar.gz
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 <rockdrilla@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19293 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/network/services/dropbear/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dropbear/Makefile b/package/network/services/dropbear/Makefile
index c997798860..35b1468490 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,)