Merge pull request #8739 from bluewavenet/patch-4
libmicrohttpd: Prevent Recursive Dependency
This commit is contained in:
commit
d4330abc2e
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libmicrohttpd
|
PKG_NAME:=libmicrohttpd
|
||||||
PKG_VERSION:=0.9.62
|
PKG_VERSION:=0.9.62
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_MAINTAINER:=Alexander Couzens <lynxis@fe80.eu>
|
PKG_MAINTAINER:=Alexander Couzens <lynxis@fe80.eu>
|
||||||
PKG_LICENSE:=LGPL-2.1
|
PKG_LICENSE:=LGPL-2.1
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
@ -42,7 +42,6 @@ $(call Package/libmicrohttpd/default)
|
||||||
TITLE+= with SSL support
|
TITLE+= with SSL support
|
||||||
VARIANT:=ssl
|
VARIANT:=ssl
|
||||||
DEPENDS:=+libgcrypt +libgnutls +libgpg-error
|
DEPENDS:=+libgcrypt +libgnutls +libgpg-error
|
||||||
CONFLICTS:=libmicrohttpd-no-ssl
|
|
||||||
PROVIDES:=libmicrohttpd
|
PROVIDES:=libmicrohttpd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue