From: Kefu Chai Date: Fri, 18 Jun 2021 03:09:15 +0000 (+0800) Subject: debian/control: add libfmt-dev for "make check" X-Git-Tag: v17.1.0~1606^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8867d7cd828db065ba6853f749ca8da7e0f53b19;p=ceph.git debian/control: add libfmt-dev for "make check" so, on debian derivatives, we can use the libfmt-dev package for building Ceph. this change is created in hope to reduce the compile time. >= 6.1.2 is specified, as it is the version packaged by ubuntu focal, which is used for running "make check" and intergration tests. find_package(fmt 6.0.0 QUIET) Signed-off-by: Kefu Chai --- diff --git a/debian/control b/debian/control index 7ca78844766..679a63fe14f 100644 --- a/debian/control +++ b/debian/control @@ -38,6 +38,7 @@ Build-Depends: automake, # Jaeger libevent-dev, libexpat1-dev, libffi-dev [!amd64] , + libfmt-dev (>= 6.1.2), libfuse-dev, libgoogle-perftools-dev [i386 amd64 arm64], libgnutls28-dev ,