diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-29 18:53:22 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-30 15:24:36 -0700 |
| commit | eea766d2d0ea285541bfd753b68eaa8c3455304a (patch) | |
| tree | 419f32cf5dc678c8a34746ee8689788d36ce9ae5 /ports/rocksdb/CONTROL | |
| parent | cf9987e21aee94cd4b4c991c6eb788ec87177923 (diff) | |
| download | vcpkg-eea766d2d0ea285541bfd753b68eaa8c3455304a.tar.gz vcpkg-eea766d2d0ea285541bfd753b68eaa8c3455304a.zip | |
[folly][rocksdb] Fix lz4+snappy support
Diffstat (limited to 'ports/rocksdb/CONTROL')
| -rw-r--r-- | ports/rocksdb/CONTROL | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ports/rocksdb/CONTROL b/ports/rocksdb/CONTROL index 90511f0b2..5e6851f83 100644 --- a/ports/rocksdb/CONTROL +++ b/ports/rocksdb/CONTROL @@ -1,4 +1,12 @@ Source: rocksdb -Version: 5.11.3 +Version: 5.11.3-1 Description: A library that provides an embeddable, persistent key-value store for fast storage Build-Depends: zlib + +Feature: lz4 +Build-Depends: lz4 +Description: lz4 support in rocksdb + +Feature: snappy +Build-Depends: snappy +Description: snappy support in rocksdb |
