From: Pieter Lexis Date: Fri, 13 Jan 2017 15:03:48 +0000 (+0100) Subject: Build the bind backend for CentOS 6 differently X-Git-Tag: rec-4.1.0-alpha1~327^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4903%2Fhead;p=thirdparty%2Fpdns.git Build the bind backend for CentOS 6 differently Closes #4669 Closes #4902 --- diff --git a/build-scripts/build-auth-rpm b/build-scripts/build-auth-rpm index e014fa6a13..7bfcaed91a 100755 --- a/build-scripts/build-auth-rpm +++ b/build-scripts/build-auth-rpm @@ -287,7 +287,6 @@ BuildRequires: boost-devel BuildRequires: lua-devel BuildRequires: bison Provides: powerdns = %{version}-%{release} -%global backends %{backends} bind %description The PowerDNS Nameserver is a modern, advanced and high performance @@ -393,7 +392,7 @@ export CPPFLAGS="-DLDAP_DEPRECATED" --disable-silent-rules \ --with-modules='' \ --with-lua \ - --with-dynmodules='%{backends} random' \ + --with-dynmodules='bind %{backends} random' \ --enable-tools \ --without-protobuf \ --enable-remotebackend-http \