mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 13:00:05 +08:00
libwebsockets: full variant provides OpenSSL
For some time, it is not possible to install ttyd and mosquitto-ssl at the same time, so let's solve it that libwebsockets-full provides libwebsockets-openssl. This allows to install ttyd and mosquitto at the same time. Also, we need to add conflict, because we should not have installed libwebsockets-openssl and libwebsockets-full at the same time as they provides the same files. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
26e7851f3d
commit
4daa659e2a
@ -56,6 +56,7 @@ define Package/libwebsockets-openssl
|
||||
TITLE += (OpenSSL)
|
||||
DEPENDS += +libopenssl
|
||||
VARIANT:=openssl
|
||||
CONFLICTS:=libwebsockets-full
|
||||
endef
|
||||
|
||||
define Package/libwebsockets-mbedtls
|
||||
@ -70,6 +71,7 @@ define Package/libwebsockets-full
|
||||
TITLE += (Full - OpenSSL, libuv, plugins, CGI)
|
||||
DEPENDS += +libopenssl +libuv
|
||||
VARIANT:=full
|
||||
PROVIDES:=libwebsockets-openssl
|
||||
endef
|
||||
|
||||
ifeq ($(BUILD_VARIANT),openssl)
|
||||
|
Loading…
Reference in New Issue
Block a user