Skip to content

Commit 8bdefa9

Browse files
lighttpd: adjust with glibc and libcrypt-compat
glibc 2.39 has removed libcrypt completely. solution: link against libxcrypt built with glibc compatibility. Link: #19293 Signed-off-by: Matthias Franck <matthias.franck@softathome.com>
1 parent b47b9ae commit 8bdefa9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

net/lighttpd/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ define Package/lighttpd
9494
MENU:=1
9595
DEPENDS:=+libpthread +LIGHTTPD_LOGROTATE:logrotate \
9696
+LIGHTTPD_PCRE2:libpcre2 \
97-
$(cryptolibdep)
97+
$(cryptolibdep) \
98+
+USE_GLIBC:libcrypt-compat
9899
TITLE:=A flexible and lightweight web server
99100
endef
100101

0 commit comments

Comments
 (0)