lighttpd: fix package DEPENDS syntax

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Glenn Strauss 2023-04-14 15:19:36 -04:00
parent c7ae8c42f2
commit bea91ecd92
1 changed files with 4 additions and 2 deletions

View File

@ -87,8 +87,10 @@ define Package/lighttpd
$(call Package/lighttpd/Default)
MENU:=1
DEPENDS:=+libpthread +LIGHTTPD_LOGROTATE:logrotate \
$(if $(CONFIG_LIGHTTPD_PCRE2),+libpcre2,) \
$(if $(cryptolib),+$(cryptolib),)
+LIGHTTPD_PCRE2:libpcre2 \
+LIGHTTPD_CRYPTOLIB_NETTLE:libnettle \
+LIGHTTPD_CRYPTOLIB_MBEDTLS:libmbedtls \
+LIGHTTPD_CRYPTOLIB_WOLFSSL:libwolfssl
TITLE:=A flexible and lightweight web server
endef