mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
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>
This commit is contained in:
@@ -34,7 +34,6 @@ define Package/libmicrohttpd-no-ssl
|
||||
$(call Package/libmicrohttpd/default)
|
||||
VARIANT:=nossl
|
||||
DEFAULT_VARIANT:=1
|
||||
CONFLICTS:=libmicrohttpd-ssl
|
||||
PROVIDES:=libmicrohttpd
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user