projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae675a5
)
libmicrohttpd: Drop unneeded libgcrypt dependency
author
Evgeny Grin (Karlson2k)
<k2k@narod.ru>
Sun, 27 Oct 2024 16:12:21 +0000
(17:12 +0100)
committer
Rosen Penev
<rosenp@gmail.com>
Sun, 27 Oct 2024 22:51:33 +0000
(15:51 -0700)
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>
libs/libmicrohttpd/Makefile
patch
|
blob
|
history
diff --git
a/libs/libmicrohttpd/Makefile
b/libs/libmicrohttpd/Makefile
index 98e6d8080fa0fbc7724ed01f40d9e67fcd10014c..6fd14efd14d41445c26f3cb45009695ef82c4b81 100644
(file)
--- a/
libs/libmicrohttpd/Makefile
+++ b/
libs/libmicrohttpd/Makefile
@@
-43,7
+43,7
@@
define Package/libmicrohttpd-ssl
$(call Package/libmicrohttpd/default)
TITLE+= with SSL support
VARIANT:=ssl
- DEPENDS:=+libg
crypt +libgnutls +libgpg-error
+ DEPENDS:=+libg
nutls
PROVIDES:=libmicrohttpd
endef