From 8867d7cd828db065ba6853f749ca8da7e0f53b19 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 18 Jun 2021 11:09:15 +0800 Subject: [PATCH] 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 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 7ca78844766ab..679a63fe14f40 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 , -- 2.39.5