From 76d76080fb9fc35c07180b88bb60214d6e6149a0 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Sat, 8 Feb 2014 13:40:05 +0100 Subject: [PATCH] add opendbx backend to testbuild spec file --- build-scripts/redhat/pdns-server-test.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.47.2