From: Pieter Lexis Date: Mon, 24 Jun 2019 12:16:33 +0000 (+0200) Subject: Add LMDB backend to centos-7 X-Git-Tag: dnsdist-1.4.0-rc1~99^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0d9195b07dfefd04de778b8c69a94c8fa68f317;p=pdns Add LMDB backend to centos-7 --- diff --git a/builder-support/specs/pdns.spec b/builder-support/specs/pdns.spec index 181aeab45..d8d760034 100644 --- a/builder-support/specs/pdns.spec +++ b/builder-support/specs/pdns.spec @@ -175,6 +175,16 @@ This package contains the geoip backend for %{name} It allows different answers to DNS queries coming from different IP address ranges or based on the geoipgraphic location +%package backend-lmdb +Summary: LMDB backend for %{name} +Group: System Environment/Daemons +Requires: %{name}%{?_isa} = %{version}-%{release} +BuildRequires: lmdb-devel +%global backends %{backends} lmdb + +%description backend-lmdb +This package contains the lmdb backend for %{name} + %package backend-tinydns Summary: TinyDNS backend for %{name} Group: System Environment/Daemons @@ -408,6 +418,9 @@ fi %files backend-geoip %{_libdir}/%{name}/libgeoipbackend.so +%files backend-lmdb +%{_libdir}/%{name}/liblmdbbackend.so + %files backend-tinydns %{_libdir}/%{name}/libtinydnsbackend.so