From e5a309e7ae1c265ff6e6d68405830ec414fcf56f Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mon, 10 Nov 2008 16:36:47 +0000 Subject: - 9.6.0b1 release - don't build ODBC and Berkeley DB DLZ drivers - end of bind-chroot-admin script, copy config files to chroot manually - /proc doesn't have to be mounted to chroot - temporary use libbind from 9.5 series, noone has been released for 9.6 yet - removed all deprecated stuff from CVS --- bind-96-temporary-libbind.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bind-96-temporary-libbind.patch (limited to 'bind-96-temporary-libbind.patch') diff --git a/bind-96-temporary-libbind.patch b/bind-96-temporary-libbind.patch new file mode 100644 index 0000000..c60bc5e --- /dev/null +++ b/bind-96-temporary-libbind.patch @@ -0,0 +1,12 @@ +diff -up bind-9.6.0b1/configure.in.libbind bind-9.6.0b1/configure.in +--- bind-9.6.0b1/configure.in.libbind 2008-11-10 15:43:33.000000000 +0100 ++++ bind-9.6.0b1/configure.in 2008-11-10 15:43:51.000000000 +0100 +@@ -23,6 +23,8 @@ AC_REVISION($Revision: 1.456 $) + AC_INIT(lib/dns/name.c) + AC_PREREQ(2.59) + ++AC_CONFIG_SUBDIRS(lib/bind) ++ + AC_CONFIG_HEADER(config.h) + + AC_CANONICAL_HOST -- cgit