e5a309e7ae
- 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
13 lines
383 B
Diff
13 lines
383 B
Diff
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
|