diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-07-19 14:01:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-19 14:01:54 -0700 |
| commit | f700dee8eb4677d89d3919519613dee5e22c766e (patch) | |
| tree | dec0d00653b5f5ff948e6ece8bdc331f43ef7116 /ports/mongo-c-driver/CONTROL | |
| parent | 6bca08bbe989f6a960f83c94357b3bbf55e28dcf (diff) | |
| download | vcpkg-f700dee8eb4677d89d3919519613dee5e22c766e.tar.gz vcpkg-f700dee8eb4677d89d3919519613dee5e22c766e.zip | |
[mongo-c-driver] Disable snappy auto-detection (#7338)
* [mongo-c-driver] Disable snappy auto-detection to fix flakiness in mongo-cxx-driver
* [mongo-c-driver] Fix build version
Diffstat (limited to 'ports/mongo-c-driver/CONTROL')
| -rw-r--r-- | ports/mongo-c-driver/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/mongo-c-driver/CONTROL b/ports/mongo-c-driver/CONTROL index 5d3b3a5f0..77a40437f 100644 --- a/ports/mongo-c-driver/CONTROL +++ b/ports/mongo-c-driver/CONTROL @@ -3,3 +3,7 @@ Version: 1.14.0-3 Build-Depends: libbson, openssl (!windows), zlib Description: Client library written in C for MongoDB. Homepage: https://github.com/mongodb/mongo-c-driver + +Feature: snappy +Description: Enables snappy compressor support +Build-Depends: snappy |
