]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Attempt to fix build errors around missing compression library includes (#7803)
authorAdam Retter <adam.retter@googlemail.com>
Wed, 30 Dec 2020 21:38:43 +0000 (13:38 -0800)
committerRamkumar Vadivelu <ramvadiv@fb.com>
Thu, 7 Jan 2021 17:27:26 +0000 (09:27 -0800)
commitc9e00cce653133d3587554c882116d153a7d3ce5
tree35206a7cc1a584f61a2a2899bd3e96d6ff7bff07
parentca8082762f736a665b75fa1d39468856071bc3a9
Attempt to fix build errors around missing compression library includes (#7803)

Summary:
This fixes an issue introduced in https://github.com/facebook/rocksdb/pull/7769 that caused many errors about missing compression libraries to be displayed during compilation, although compilation actually succeeded. This PR fixes the compilation so the compression libraries are only introduced where strictly needed.

It likely needs to be merged into the same branches as https://github.com/facebook/rocksdb/pull/7769 which I think are:
1. master
2. 6.15.fb
3. 6.16.fb

Pull Request resolved: https://github.com/facebook/rocksdb/pull/7803

Reviewed By: ramvadiv

Differential Revision: D25733743

Pulled By: pdillinger

fbshipit-source-id: 6c04f6864b2ff4a345841d791a89b19e0e3f5bf7
Makefile