Hello,

This patch to the Debian control and rules files provides what is
required to support DLZ for the bind9 package.

Please consider integrating!



diff -ur debian/control /usr/src/bind9-mine/debian/control
--- debian/control      2007-08-06 11:48:33.000000000 -0400
+++ /usr/src/bind9-mine/debian/control  2007-08-06 11:59:04.000000000
-0400
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: LaMont Jones <[EMAIL PROTECTED]>
 Uploaders: Bdale Garbee <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>=5), libssl-dev, libtool, bison
+Build-Depends: debhelper (>=5), libssl-dev, libtool, bison, libpq-dev, 
unixodbc-dev, libmysqlclient-dev, libdb4.2-dev, libldap-dev
 Standards-Version: 3.7.2.0
 
 Package: bind9
diff -ur debian/rules /usr/src/bind9-mine/debian/rules
--- debian/rules        2007-08-06 11:48:33.000000000 -0400
+++ /usr/src/bind9-mine/debian/rules    2007-08-06 11:43:41.000000000
-0400
@@ -33,7 +33,14 @@
                --enable-static \
                --with-openssl=/usr \
                --with-gnu-ld \
-               --enable-ipv6
+               --enable-ipv6 \
+               --with-dlz-odbc \
+               --with-dlz-stub \
+               --with-dlz-ldap \
+               --with-dlz-filesystem \
+               --with-dlz-bdb \
+               --with-dlz-mysql \
+               --with-dlz-postgres
        touch configure-stamp
 
 build: configure-stamp build-stamp

-- 
Ross Vandegrift
[EMAIL PROTECTED]

"The good Christian should beware of mathematicians, and all those who
make empty prophecies. The danger already exists that the mathematicians
have made a covenant with the devil to darken the spirit and to confine
man in the bonds of Hell."
        --St. Augustine, De Genesi ad Litteram, Book II, xviii, 37


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to