[openwrt/openwrt] uhttpd: adjust with glibc and libcrypt-compat
LEDE Commits
lede-commits at lists.infradead.org
Sat Jul 12 14:41:23 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ec62e87c0c01948deaf214b17100111ae3988568
commit ec62e87c0c01948deaf214b17100111ae3988568
Author: Konstantin Demin <rockdrilla at gmail.com>
AuthorDate: Fri Jul 4 11:03:14 2025 +0300
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 <rockdrilla at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19293
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/network/services/uhttpd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index ea76fa65ea..50acfe6639 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
More information about the lede-commits
mailing list