mirror of https://github.com/openwrt/packages.git
libmicrohttpd: Drop unneeded libgcrypt dependency
libgcrypt was used by early GnuTLS 2.x versions. For GnuTLS versions without ability to automatically initialise libgcrypt, MHD was able to initialise libgcrypt. However, it is not required for a long time. Signed-off-by: Evgeny Grin (Karlson2k) <k2k@narod.ru>pull/25062/merge
parent
ae675a5b17
commit
3c80289168
|
@ -43,7 +43,7 @@ define Package/libmicrohttpd-ssl
|
|||
$(call Package/libmicrohttpd/default)
|
||||
TITLE+= with SSL support
|
||||
VARIANT:=ssl
|
||||
DEPENDS:=+libgcrypt +libgnutls +libgpg-error
|
||||
DEPENDS:=+libgnutls
|
||||
PROVIDES:=libmicrohttpd
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in New Issue