diff options
| author | Phil Felton <39185762+philjdf@users.noreply.github.com> | 2019-07-25 01:50:17 +0100 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-07-24 17:50:17 -0700 |
| commit | 8522c799ea5bdc1693958f47bbf828adf27433c7 (patch) | |
| tree | cf7bb4b1d38a8933d056c3375bd831904d12b164 /ports/thrift/CONTROL | |
| parent | 8255ef352105d5f42e3d5e1a4e9e7beac3f4d5ff (diff) | |
| download | vcpkg-8522c799ea5bdc1693958f47bbf828adf27433c7.tar.gz vcpkg-8522c799ea5bdc1693958f47bbf828adf27433c7.zip | |
[Thrift] Make Thrift static again (#7302)
* Make thrift static
* Update CONTROL
* Thrift able to build statically and dynamically
* Clean up bin dir in static
* Changes as per discussion
* Remove comment
* Better comment
Diffstat (limited to 'ports/thrift/CONTROL')
| -rw-r--r-- | ports/thrift/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/thrift/CONTROL b/ports/thrift/CONTROL index 2ee3ef03e..cfff0ac7e 100644 --- a/ports/thrift/CONTROL +++ b/ports/thrift/CONTROL @@ -1,5 +1,5 @@ Source: thrift -Version: 2019-05-07-2 +Version: 2019-05-07-3 Build-Depends: zlib, libevent, openssl, boost-range, boost-smart-ptr, boost-date-time, boost-locale, boost-scope-exit Homepage: https://github.com/apache/thrift Description: Apache Thrift is a software project spanning a variety of programming languages and use cases. Our goal is to make reliable, performant communication and data serialization across languages as efficient and seamless as possible. |
