aboutsummaryrefslogtreecommitdiff
path: root/ports/libwebsockets
diff options
context:
space:
mode:
authorAntoine Hoarau <703240+ahoarau@users.noreply.github.com>2021-09-28 02:51:07 +0200
committerGitHub <noreply@github.com>2021-09-27 17:51:07 -0700
commit5aec72b4f3f1ccda1176549f58abc24c7ee36ffe (patch)
tree1eee9157957a30382463d6ed8fe5fbea9427a588 /ports/libwebsockets
parentee0584f05066a63073b516605091155ccd99c7d9 (diff)
downloadvcpkg-5aec72b4f3f1ccda1176549f58abc24c7ee36ffe.tar.gz
vcpkg-5aec72b4f3f1ccda1176549f58abc24c7ee36ffe.zip
[mosquitto] Update to 2.0.12 (#20148)
* update mosquitto to 2.0.12 * update json * Update ports/mosquitto/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/libwebsockets/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * add head ref * remove plugins * update jsons * update libwebsockets * Update versions/m-/mosquitto.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update versions/l-/libwebsockets.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/mosquitto/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports/libwebsockets')
-rw-r--r--ports/libwebsockets/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/libwebsockets/portfile.cmake b/ports/libwebsockets/portfile.cmake
index d99a2ed19..f01ef280f 100644
--- a/ports/libwebsockets/portfile.cmake
+++ b/ports/libwebsockets/portfile.cmake
@@ -145,6 +145,7 @@ vcpkg_cmake_configure(
-DLWS_WITH_HTTP2=ON
-DLWS_WITH_HTTP_STREAM_COMPRESSION=ON # Since zlib is already a dependency
-DLWS_WITH_LIBUV=ON
+ -DLWS_WITH_EXTERNAL_POLL=ON
# OPTIONS_RELEASE -DOPTIMIZE=1
# OPTIONS_DEBUG -DDEBUGGABLE=1
)