From: Konstantin Demin Date: Fri, 4 Jul 2025 08:03:14 +0000 (+0300) Subject: uhttpd: adjust with glibc and libcrypt-compat X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec62e87c0c01;p=thirdparty%2Fopenwrt.git uhttpd: 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/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index ea76fa65ea8..50acfe6639c 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -34,7 +34,7 @@ endef define Package/uhttpd $(Package/uhttpd/default) - DEPENDS:=+libubox +libblobmsg-json +libjson-script +libjson-c + DEPENDS:= +USE_GLIBC:libcrypt-compat +libubox +libblobmsg-json +libjson-script +libjson-c endef define Package/uhttpd/description