projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea6bceb
)
uhttpd: adjust with glibc and libcrypt-compat
author
Konstantin Demin
<
[email protected]
>
Fri, 4 Jul 2025 08:03:14 +0000
(11:03 +0300)
committer
Hauke Mehrtens
<
[email protected]
>
Sat, 12 Jul 2025 21:38:19 +0000
(23:38 +0200)
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.
Signed-off-by: Konstantin Demin <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/19293
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/network/services/uhttpd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/uhttpd/Makefile
b/package/network/services/uhttpd/Makefile
index ea76fa65ea8114c9034b890dc833a4e8ed39579a..50acfe6639cb6a6deb1f62016eece346c369139f 100644
(file)
--- 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