From: Kees Monshouwer Date: Sat, 8 Feb 2014 12:40:05 +0000 (+0100) Subject: add opendbx backend to testbuild spec file X-Git-Tag: rec-3.6.0-rc1~187^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1273%2Fhead;p=thirdparty%2Fpdns.git add opendbx backend to testbuild spec file --- diff --git a/build-scripts/redhat/pdns-server-test.spec b/build-scripts/redhat/pdns-server-test.spec index 61bb81e017..3c24208422 100644 --- a/build-scripts/redhat/pdns-server-test.spec +++ b/build-scripts/redhat/pdns-server-test.spec @@ -22,6 +22,7 @@ BuildRequires: mysql-devel BuildRequires: postgresql-devel BuildRequires: openldap-devel BuildRequires: tinycdb-devel +BuildRequires: opendbx-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -36,7 +37,7 @@ PowerDNS testbuild --libdir=%{_libdir} \ --with-sqlite3 \ --with-socketdir=/var/run/pdns-server \ - --with-modules="bind gmysql gpgsql gsqlite3 mydns tinydns remote random pipe geo ldap" \ + --with-modules="bind gmysql gpgsql gsqlite3 mydns tinydns remote random pipe geo ldap opendbx" \ --with-dynmodules="" \ --enable-unit-tests \ --enable-tools \