]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rpm,install-deps,cmake: install {c-ares,fmt}-devel
authorKefu Chai <kchai@redhat.com>
Wed, 18 Jul 2018 06:22:45 +0000 (14:22 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 25 Jul 2018 05:13:45 +0000 (13:13 +0800)
commit96196e9d774ab55fabb792935a09a81cf0ca9786
treedbd06da3a4db99ff3db192dcc4e53e4ff370f6e1
parenta7f30e860e064cb026b30f6b12f5c3ea678a9e8d
rpm,install-deps,cmake: install {c-ares,fmt}-devel

* ceph.spec.in: c-ares-devel and fmt-devel are installed as
  dependencies fo seastar.
* install-deps.sh: libfmt-dev is missing in xenial, so we only
  install libc-ares-dev for ubuntu in install-deps.sh .
* cmake: build libfmt if it's not found.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in
install-deps.sh
src/CMakeLists.txt