]> granicus.if.org Git - pdns/commitdiff
Build the bind backend for CentOS 6 differently
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 13 Jan 2017 15:03:48 +0000 (16:03 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 13 Jan 2017 15:24:03 +0000 (16:24 +0100)
Closes #4669
Closes #4902

build-scripts/build-auth-rpm

index e014fa6a133968c4c909503ec81e2d17098d9b0b..7bfcaed91a3faf5e865d999c5e8f072ef85b9f8c 100755 (executable)
@@ -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 \