diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-04-16 13:33:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 13:33:10 -0700 |
| commit | d216948042d80d457c8643d19db0ba815d28b6fd (patch) | |
| tree | 290fadda304aefe0624be328c22421dc0eabb342 /ports/libwebsockets | |
| parent | 5e4995e5895fe0055845a9758bcc6a20cc6d8b1a (diff) | |
| parent | 9cbb1bd46e0948374fe496195cca828e68a71f3c (diff) | |
| download | vcpkg-d216948042d80d457c8643d19db0ba815d28b6fd.tar.gz vcpkg-d216948042d80d457c8643d19db0ba815d28b6fd.zip | |
[mosquitto] Add support for static build (#10636)
* [mosquitto] Add support for static build
* Update ci.baseline.txt
* [libwebsockets] Update options -DLWS_USE_BUNDLED_ZLIB as -DLWS_WITH_BUNDLED_ZLIB
Diffstat (limited to 'ports/libwebsockets')
| -rw-r--r-- | ports/libwebsockets/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libwebsockets/CONTROL b/ports/libwebsockets/CONTROL index 6cb5eda15..b5cf18829 100644 --- a/ports/libwebsockets/CONTROL +++ b/ports/libwebsockets/CONTROL @@ -1,5 +1,5 @@ Source: libwebsockets -Version: 4.0.1 +Version: 4.0.1-1 Build-Depends: zlib, openssl, libuv Homepage: https://github.com/warmcat/libwebsockets Description: Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server. |
