diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2019-12-24 04:18:50 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-12-23 12:18:50 -0800 |
| commit | f3c11016efb9acd4dd2f16f98519bb7b499f5a45 (patch) | |
| tree | b7b27a134e97b32f6b8afe3abf7158fc0ad43fa7 /ports/hiredis/CONTROL | |
| parent | c0d22c88ea7638d1b74339f9e9adfd37b0f525ed (diff) | |
| download | vcpkg-f3c11016efb9acd4dd2f16f98519bb7b499f5a45.tar.gz vcpkg-f3c11016efb9acd4dd2f16f98519bb7b499f5a45.zip | |
[hiredis] Support building static (#9388)
* [hiredis] Support building static
* update baseline
* update baseline
Diffstat (limited to 'ports/hiredis/CONTROL')
| -rw-r--r-- | ports/hiredis/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/hiredis/CONTROL b/ports/hiredis/CONTROL index 053a9015a..67534fac3 100644 --- a/ports/hiredis/CONTROL +++ b/ports/hiredis/CONTROL @@ -1,5 +1,5 @@ Source: hiredis -Version: 2019-11-1 +Version: 2019-11-2 Homepage: https://github.com/redis/hiredis Description: Hiredis is a minimalistic C client library for the Redis database. @@ -8,4 +8,5 @@ Description: Build hiredis_ssl for SSL support Build-Depends: openssl Feature: example -Description: Build example
\ No newline at end of file +Description: Build example +Build-Depends: libevent, pthread
\ No newline at end of file |
