commit 3ac53e4ee230e48b9c8b569b049b8595519a1207
parent 820de60c9fd20f992c9a582d31437cc628806f7a
Author: Daniel Golle <dangowrt@users.noreply.github.com>
Date: Mon, 9 May 2016 12:28:00 +0100
Merge pull request #2671 from dangowrt/libmicrohttpd-dont-use-PROVIDES
libmicrohttpd: don't use PROVIDES for non-virtual package
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile
@@ -45,7 +45,6 @@ $(call Package/libmicrohttpd/Default)
TITLE+=(no-ssl)
DEPENDS:=+libpthread
VARIANT:=no-ssl
- PROVIDES:=libmicrohttpd
CONFLICTS:=libmicrohttpd
endef