Browse Source

libmicrohttpd: Remove one CONFLICTS statement.

Having CONFLICTS for each variant in the other variant causes recursive dependency error, even though the two variants do conflict with each other. This commit removes one of the CONFLICT lines.
Build now completes without error on SDK.

Signed-off-by: Rob White <rob@blue-wave.net>
lilik-openwrt-22.03
Rob White 5 years ago
parent
commit
753855b8a1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libs/libmicrohttpd/Makefile

+ 0
- 1
libs/libmicrohttpd/Makefile View File

@ -34,7 +34,6 @@ define Package/libmicrohttpd-no-ssl
$(call Package/libmicrohttpd/default)
VARIANT:=nossl
DEFAULT_VARIANT:=1
CONFLICTS:=libmicrohttpd-ssl
PROVIDES:=libmicrohttpd
endef


Loading…
Cancel
Save