diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-12-20 12:25:18 -0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-12-20 12:25:18 -0800 |
| commit | 765923bcf6319689bfcad1b204741eda44ebfe89 (patch) | |
| tree | 4b96cd4590bf739646bf9f3d9b6fc382bcb76d3b /ports/libevent/CONTROL | |
| parent | 0173bf09bd6dfad4ed74c4d9ac3a53dd33fbb59d (diff) | |
| download | vcpkg-765923bcf6319689bfcad1b204741eda44ebfe89.tar.gz vcpkg-765923bcf6319689bfcad1b204741eda44ebfe89.zip | |
[libevent] Add thread as default feature (#9101)
Diffstat (limited to 'ports/libevent/CONTROL')
| -rw-r--r-- | ports/libevent/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libevent/CONTROL b/ports/libevent/CONTROL index 59ee136dd..8f1199680 100644 --- a/ports/libevent/CONTROL +++ b/ports/libevent/CONTROL @@ -1,8 +1,9 @@ Source: libevent
-Version: 2.1.11-1
+Version: 2.1.11-2
Build-Depends: openssl
Homepage: https://github.com/libevent/libevent
Description: An event notification library
+Default-Features: thread
Feature: openssl
Description: Support for openssl
|
