mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
Remove libcrypto dependency
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libmicrohttpd
|
||||
PKG_VERSION:=0.9.38
|
||||
PKG_RELEASE:=1.1
|
||||
PKG_RELEASE:=1.2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/libmicrohttpd
|
||||
@@ -29,7 +29,7 @@ define Package/libmicrohttpd
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=GNU libmicrohttpd is a library that runs an HTTP server.
|
||||
URL:=http://www.gnu.org/software/libmicrohttpd/
|
||||
DEPENDS:=+libpthread +libgcrypt +libgnutls +libgpg-error +libcrypto +libopenssl
|
||||
DEPENDS:=+libpthread +libgcrypt +libgnutls +libgpg-error +libopenssl
|
||||
endef
|
||||
|
||||
define Package/libmicrohttpd/description
|
||||
|
||||
Reference in New Issue
Block a user