]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: add libfmt-dev for "make check"
authorKefu Chai <kchai@redhat.com>
Fri, 18 Jun 2021 03:09:15 +0000 (11:09 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 18 Jun 2021 03:13:45 +0000 (11:13 +0800)
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 <kchai@redhat.com>
debian/control

index 7ca78844766ab97e77d367d1bf475f63ca94fd49..679a63fe14f408238fefbf1f79a9cba2814bb9ae 100644 (file)
@@ -38,6 +38,7 @@ Build-Depends: automake,
 # Jaeger       libevent-dev,
                libexpat1-dev,
                libffi-dev [!amd64] <pkg.ceph.check>,
+               libfmt-dev (>= 6.1.2),
                libfuse-dev,
                libgoogle-perftools-dev [i386 amd64 arm64],
                libgnutls28-dev <pkg.ceph.crimson>,