]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add opendbx backend to testbuild spec file 1273/head
authorKees Monshouwer <mind04@monshouwer.org>
Sat, 8 Feb 2014 12:40:05 +0000 (13:40 +0100)
committermind04 <mind04@monshouwer.org>
Sat, 8 Feb 2014 13:22:00 +0000 (14:22 +0100)
build-scripts/redhat/pdns-server-test.spec

index 61bb81e017f44d84e7516626d96545f1e5d1e7ae..3c24208422930111d15cfa15c1958e1750321cdb 100644 (file)
@@ -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 \