From 39365cc68ee3b21f343f8cfd32571a8716fef4b8 Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Wed, 19 Apr 2023 08:24:26 +0200 Subject: [PATCH] doc/rrdbuild: Add 'dc' to Debian build dependencies (#1224) Without `dc` the `create-with-source-4` test fails. Co-authored-by: Tobias Oetiker --- doc/rrdbuild.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 31c24870..b1ed153a 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -97,7 +97,7 @@ Make sure the RRDtool build system finds your new compiler Use apt-get to make sure you have all that is required. A number of packages will get added through dependencies. - apt-get install autoconf autopoint build-essential + apt-get install autoconf autopoint build-essential dc apt-get install groff-base libtool libpango1.0-dev libxml2-dev apt-get install python3-dev python3-setuptools -- 2.47.2