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: auth-4.0.3~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=becbb091e0e329ad144ba22cf591f68fefeead3b;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 8948257978..de23ca3c42 100755 --- a/build-scripts/build-auth-rpm +++ b/build-scripts/build-auth-rpm @@ -392,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 \