]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
configure: link against bz2 and lz4 if detected
authorKefu Chai <kchai@redhat.com>
Wed, 23 Dec 2015 09:32:46 +0000 (01:32 -0800)
committerKefu Chai <kchai@redhat.com>
Wed, 23 Dec 2015 09:39:50 +0000 (01:39 -0800)
commit911e7a02a244a75595eac8644bb75b0f2011b04e
treef96e2c7af6350c3f246b4b8a632f5f1c9be6f5bc
parentf14fe56d0c4163996670c3a3b22d7d5abb701808
configure: link against bz2 and lz4 if detected

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>
configure.ac
src/Makefile-env.am