Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure: detect bz2 and lz4 #7030

Merged
2 commits merged into from Jan 4, 2016
Merged

configure: detect bz2 and lz4 #7030

2 commits merged into from Jan 4, 2016

Conversation

tchaikov
Copy link
Contributor

if we configure --with-librocksdb-static, the rocksdb's Makefile
will detect the installed libbz2 and libz4 by its own. if the
building env happens to have these libraries installed, a link
time dependency is introduced. so we are forced to link against
them.

Fixes: #13850
Fixes: #13981
Signed-off-by: Kefu Chai <kchai@redhat.com>
@tchaikov tchaikov changed the title Wip detect bz2 lz4 configure: detect bz2 and lz4 Dec 23, 2015
@tchaikov
Copy link
Contributor Author

will update the cmake respectively.

@ghost ghost self-assigned this Jan 4, 2016
ghost pushed a commit that referenced this pull request Jan 4, 2016
configure: detect bz2 and lz4

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost ghost merged commit 99c7d9a into master Jan 4, 2016
@tchaikov tchaikov deleted the wip-detect-bz2-lz4 branch January 4, 2016 13:45
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant