File project.diff of Package bind
Index: bind.spec
===================================================================
--- bind.spec (revision 3)
+++ bind.spec (working copy)
@@ -22,7 +22,7 @@
%define pkg_name bind
%define pkg_vers 9.5.0P2
#BuildRequires: openldap2 openldap2-devel
-BuildRequires: libcap libcap-devel libxml2-devel openssl openssl-devel
+BuildRequires: libcap libcap-devel libxml2-devel openssl openssl-devel unixODBC-devel libmysqlclient-devel postgresql-devel openldap2-devel
Summary: Domain Name System (DNS) Server (named)
Version: 9.5.0P2
Release: 18.<RELEASE4>
@@ -289,6 +289,11 @@
--enable-libbind \
--with-libtool \
--enable-runidn \
+ --with-dlz-mysql=yes \
+ --with-dlz-ldap=yes \
+ --with-dlz-postgres=yes \
+ --with-dlz-odbc=yes \
+ --with-dlz-odbc=/usr/include \
--with-libxml2=/usr
"
./configure ${CONFIGURE_OPTIONS}