From c7e6c74dc0b8553f355d9ddaf1a6a5c7ce653947 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 20 Dec 2018 16:16:19 +0200 Subject: [PATCH] geoipbackend: Add libmaxminddb-devel dependency for CentOS Signed-off-by: Donatas Abraitis --- builder-support/specs/pdns.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builder-support/specs/pdns.spec b/builder-support/specs/pdns.spec index 64e185925..efc1f081c 100644 --- a/builder-support/specs/pdns.spec +++ b/builder-support/specs/pdns.spec @@ -166,6 +166,7 @@ Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: yaml-cpp-devel BuildRequires: geoip-devel +BuildRequires: libmaxminddb-devel %global backends %{backends} geoip %description backend-geoip @@ -196,7 +197,7 @@ This package contains the ixfrdist program. %if 0%{?rhel} == 6 %setup -n %{name}-%{getenv:BUILDER_VERSION} %else -%autosetup -p1 -n %{name}-%{getenv:BUILDER_VERSION} +%autosetup -p1 -n %{name}-%{getenv:BUILDER_VERSION} %endif %build -- 2.40.0