diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-04-21 10:09:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-21 10:09:54 -0700 |
commit | d4330abc2e5e07d0422e33adb9f6e0e114723fe7 (patch) | |
tree | 9fe30cc796704124527a795aeab2f443b244967f /libs | |
parent | 8cf1287139e889da3041ae9292045e45722acb1c (diff) | |
parent | 643951741012c787c7d11eb89b26037a0c62a6eb (diff) |
Merge pull request #8739 from bluewavenet/patch-4
libmicrohttpd: Prevent Recursive Dependency
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libmicrohttpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile index 3e56be575..cf3e9a97a 100644 --- a/libs/libmicrohttpd/Makefile +++ b/libs/libmicrohttpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmicrohttpd PKG_VERSION:=0.9.62 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Alexander Couzens <lynxis@fe80.eu> PKG_LICENSE:=LGPL-2.1 PKG_LICENSE_FILES:=COPYING @@ -42,7 +42,6 @@ $(call Package/libmicrohttpd/default) TITLE+= with SSL support VARIANT:=ssl DEPENDS:=+libgcrypt +libgnutls +libgpg-error - CONFLICTS:=libmicrohttpd-no-ssl PROVIDES:=libmicrohttpd endef |